summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/expressiontransforms/ConstantTensorTransformer.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Require constant() for large constants and fix a type resolvi...Jon Bratseth2019-06-131-6/+6
* Revert "Require constant() for large constants and fix a type resolving bug (...Harald Musum2019-06-121-6/+6
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-121-6/+6
* Rewrite large constant references from foo to constant(foo)Jon Bratseth2019-06-061-9/+7
* RefactorJon Bratseth2018-09-111-3/+2
* Remove printlnJon Bratseth2018-02-261-1/+0
* RefactorJon Bratseth2018-02-241-1/+2
* Cleanup and more type inferenceJon Bratseth2018-02-241-2/+5
* Switch between number and tensor treatment based on type().rankJon Bratseth2018-02-071-1/+1
* Add logging when adding a constantJon Bratseth2018-02-051-1/+1
* Use type parameterJon Bratseth2018-01-101-5/+4
* Use a context for transform stateJon Bratseth2018-01-101-22/+13
* Basic TensorFlow integrationJon Bratseth2018-01-091-0/+76