summaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/integration/tensorflow/TensorFlowImporter.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-061-411/+0
* Revert "Refactor ONNX and TF import to use same code base"Harald Musum2018-06-061-0/+411
* Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-011-411/+0
* More explanation on type mismatchJon Bratseth2018-05-251-1/+1
* Use file distribuition for constant tensors of size 1Lester Solbakken2018-04-231-1/+1
* Better error message when TensorFlow model import failsLester Solbakken2018-04-231-0/+3
* Prefix constants by model nameJon Bratseth2018-03-131-24/+26
* Add TensorFlow variable converterJon Bratseth2018-03-081-9/+15
* Log OrderedTensorType of imported TensorFlow variablesJon Bratseth2018-03-081-3/+28
* Generate macros for TensorFlow nodes with multiple outputsLester Solbakken2018-03-051-3/+8
* Refactor TensorFlow import and add dimension renaming.Lester Solbakken2018-02-221-139/+257
* Replace / in Tensorflow constants and placeholders to _Lester Solbakken2018-02-021-1/+1
* Verify macrosJon Bratseth2018-01-311-3/+3
* Refactor tensorflow import and add dropout testLester Solbakken2018-01-261-74/+137
* Remove loggingJon Bratseth2018-01-251-1/+2
* Add batch normalization test caseLester Solbakken2018-01-221-5/+34
* Parse generated tensor function treesJon Bratseth2018-01-221-5/+11
* Access files through application packageJon Bratseth2018-01-161-1/+6
* Complete support for TF constants as files (deactivated)Jon Bratseth2018-01-111-0/+1
* TensorFlow import of name scopes and new activation functions.Lester Solbakken2018-01-111-1/+4
* ImportResult -> TensorFlowModelJon Bratseth2018-01-101-9/+9
* Store warnings under the right outputJon Bratseth2018-01-101-2/+1
* SimplifyJon Bratseth2017-12-201-14/+5
* Only import onceJon Bratseth2017-12-201-18/+14
* SimplifyJon Bratseth2017-12-201-21/+17
* Model signatures in import resultsJon Bratseth2017-12-201-28/+43
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-0/+147
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-147/+0
* Check agreement between TF and Vespa executionJon Bratseth2017-12-131-64/+50
* Import and return constant tensorsJon Bratseth2017-12-021-18/+30
* Import tensor constantsJon Bratseth2017-12-011-24/+19
* Load using SavedModelBundleJon Bratseth2017-12-011-16/+12
* Don't write to System.out/errJon Bratseth2017-11-301-14/+17
* Remove dead codeJon Bratseth2017-11-301-17/+0
* RefactorJon Bratseth2017-11-301-133/+7
* More functions. Cleanup.Jon Bratseth2017-11-291-38/+52
* Complete prototype TensorFlow mappingJon Bratseth2017-11-281-37/+187
* TF model translation WIPJon Bratseth2017-11-071-0/+134