aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/test/java/ai/vespa/rankingexpression/importer
Commit message (Expand)AuthorAgeFilesLines
* for testing onlylesters/bert-testingLester Solbakken2020-04-034-13/+592
* Add gather,slice,cast,unsqueeze onnx operationsLester Solbakken2020-02-102-19/+202
* Add support for importing LightGBM modelsLester Solbakken2020-02-022-0/+91
* Test validation of the blog TF modelJon Bratseth2020-01-131-0/+28
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
* Revert "Add option to use default signature for onnx models"Jon Marius Venstad2019-12-181-1/+1
* Add option to use default signature for onnx modelsLester Solbakken2019-12-181-1/+1
* Add better error messages for unsupported ONNX operationsLester Solbakken2019-12-161-1/+1
* Ignore unit test due to python requirementsLester Solbakken2019-12-121-0/+2
* Initial conversion of TF to ONNX for testingLester Solbakken2019-12-121-0/+59
* Add unit tests for ONNX operators (and fix some of the implementations)Lester Solbakken2019-12-051-0/+460
* Lower precision of equals testLester Solbakken2019-11-221-1/+1
* Update license headersLester Solbakken2019-11-222-2/+2
* Add test for tf2onnx conversion and evaluationLester Solbakken2019-11-221-0/+153
* Add PyTorch ONNX export test caseLester Solbakken2019-11-222-0/+144
* Test correct output functionLester Solbakken2019-11-221-1/+1
* Remove if_inversion file decoration on xgboost testLester Solbakken2019-11-201-1/+1
* Add XGBoost if-inversion for missing featuresLester Solbakken2019-11-201-14/+1
* Allow more deltaJon Bratseth2019-11-112-2/+2
* Uncomment lines in testLester Solbakken2019-10-111-4/+4
* Test xgboost java evaluation with missing valuesLester Solbakken2019-10-111-0/+86
* Avoid rename operations for tensorflow protobuf constantsLester Solbakken2019-09-191-1/+1
* Revert "Add XGBoost if-inversion for missing features"Lester Solbakken2019-09-171-1/+14
* Add XGBoost if-inversion for missing featuresLester Solbakken2019-09-161-14/+1
* Add temporary test of xgboost missing field if-inversionLester Solbakken2019-09-111-0/+13
* Propagate float value types from Onnx and TFJon Bratseth2019-09-021-5/+5
* MergeJon Bratseth2019-08-131-2/+2
* Rename constant dimensionsJon Bratseth2019-07-283-19/+123
* Merge pull request #9996 from vespa-engine/havardpe/propagate-float-cell-type...Lester Solbakken2019-07-091-2/+2
|\
| * propagate float and stop using it too muchHÃ¥vard Pettersen2019-07-091-2/+2
* | Inject rename to relax constraint proof of conceptJon Bratseth2019-07-033-4/+4
* | Forfeit soft constraints when necessaryJon Bratseth2019-07-021-5/+5
* | Output conflixcting constraintsJon Bratseth2019-07-021-5/+5
* | Output the intermediate graphJon Bratseth2019-06-301-0/+28
|/
* Merge pull request #9846 from vespa-engine/lesters/add-tf-softmax-operationLester Solbakken2019-06-205-5/+40
|\
| * Change assert message for skipped outputs in TF importLester Solbakken2019-06-204-4/+4
| * Add TensorFlow softmax operation supportLester Solbakken2019-06-192-2/+37
* | Revert "Merge pull request #9849 from vespa-engine/revert-9836-bratseth/outpu...Jon Bratseth2019-06-201-2/+2
* | Revert "Output bound dense tensors in dense string form"Jon Bratseth2019-06-191-2/+2
* | Output bound dense tensors in dense string formJon Bratseth2019-06-191-2/+2
* | Revert "Revert "Require constant() for large constants and fix a type resolvi...Jon Bratseth2019-06-131-1/+1
* | Revert "Require constant() for large constants and fix a type resolving bug (...Harald Musum2019-06-121-1/+1
* | Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-121-1/+1
|/
* Handle nested namesJon Bratseth2019-06-031-1/+2
* Test evaluationJon Bratseth2019-06-031-2/+24
* Vespa global model importJon Bratseth2019-06-022-2/+22
* Support small constantsJon Bratseth2019-05-311-3/+9
* Support native Vespa standalone modelsJon Bratseth2019-05-312-1/+58
* Revert "Bratseth/emit float tensors in config"Arnstein Ressem2019-05-081-3/+3
* Merge pull request #9307 from vespa-engine/bratseth/emit-float-tensors-in-configLester Solbakken2019-05-081-3/+3
|\