summaryrefslogtreecommitdiffstats
path: root/model-integration/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Propagate constant values for ONNX importLester Solbakken2019-11-222-0/+40
* Add XGBoost if-inversion for missing featuresLester Solbakken2019-11-201-4/+5
* Serialize scalar functions with contextJon Bratseth2019-11-082-6/+2
* Merge pull request #10785 from vespa-engine/lesters/avoid-renaming-missing-di...Lester Solbakken2019-09-264-4/+4
|\
| * Don't call lazyGetType in toString - it can have side effectsLester Solbakken2019-09-244-4/+4
* | Avoid rename operations for tensorflow protobuf constantsLester Solbakken2019-09-193-15/+7
|/
* Revert "Add XGBoost if-inversion for missing features"Lester Solbakken2019-09-171-5/+4
* Add XGBoost if-inversion for missing featuresLester Solbakken2019-09-161-4/+5
* Add temporary test of xgboost missing field if-inversionLester Solbakken2019-09-111-2/+7
* Propagate float value types from Onnx and TFJon Bratseth2019-09-022-15/+15
* Add varhandleop and readvariableop to supported TF import operationsLester Solbakken2019-08-222-5/+13
* Rename constant dimensionsJon Bratseth2019-07-285-38/+71
* Merge pull request #9996 from vespa-engine/havardpe/propagate-float-cell-type...Lester Solbakken2019-07-092-22/+22
|\
| * propagate float and stop using it too muchHÃ¥vard Pettersen2019-07-092-22/+22
* | Consider all dimensionsJon Bratseth2019-07-041-12/+16
* | Implement toFullStringJon Bratseth2019-07-0423-47/+88
* | RefactorJon Bratseth2019-07-041-40/+49
* | Try renaming under all root operations (only)Jon Bratseth2019-07-0422-25/+225
* | SimplifyJon Bratseth2019-07-041-9/+6
* | Loop and renameJon Bratseth2019-07-041-20/+26
* | Refactor out solving without soft constraintsJon Bratseth2019-07-041-13/+12
* | Cleanup commentsJon Bratseth2019-07-042-29/+29
* | Keep solution possibilities internal to solverJon Bratseth2019-07-042-47/+42
* | Eliminate renames reuseJon Bratseth2019-07-042-30/+28
* | Extract constraint solverJon Bratseth2019-07-042-83/+117
* | Inject rename to relax constraint proof of conceptJon Bratseth2019-07-037-22/+118
* | refactorJon Bratseth2019-07-031-11/+17
* | Add inequality constraintsJon Bratseth2019-07-026-40/+62
* | Add notEqual constraints for dimensions of the same tensor argumentJon Bratseth2019-07-023-12/+53
* | Forfeit soft constraints when necessaryJon Bratseth2019-07-021-32/+45
* | Forfeit soft constraints when necessaryJon Bratseth2019-07-025-36/+51
* | Output conflixcting constraintsJon Bratseth2019-07-026-35/+97
* | Allow extending beyond the last tensor dimensionJon Bratseth2019-07-025-13/+16
* | Output intermediate graph with type info on errorJon Bratseth2019-07-018-18/+17
* | Output the intermediate graphJon Bratseth2019-06-3010-1/+106
|/
* Merge pull request #9846 from vespa-engine/lesters/add-tf-softmax-operationLester Solbakken2019-06-202-0/+42
|\
| * Add javadoc to softmaxLester Solbakken2019-06-201-0/+5
| * Add TensorFlow softmax operation supportLester Solbakken2019-06-192-0/+37
* | Rewrite large constant references from foo to constant(foo)Jon Bratseth2019-06-061-3/+0
|/
* Expression file references in Vespa modelsJon Bratseth2019-06-062-7/+43
* Remove stdout debug printLester Solbakken2019-06-041-1/+0
* Support a few more tensorflow operationsLester Solbakken2019-06-043-1/+129
* Handle nested namesJon Bratseth2019-06-031-2/+3
* Vespa global model importJon Bratseth2019-06-023-39/+46
* Support small constantsJon Bratseth2019-05-311-72/+67
* Support native Vespa standalone modelsJon Bratseth2019-05-3110-27/+432
* ONNX: use node output as name if not explicitly setLester Solbakken2019-05-071-11/+41
* Use value type of ONNX tensor argumentsJon Bratseth2019-04-045-81/+73
* Add tensor value typeJon Bratseth2019-04-0314-132/+195
* String.format is locale dependent (and more verbose)Jon Bratseth2018-12-192-8/+5