summaryrefslogtreecommitdiffstats
path: root/model-integration
Commit message (Collapse)AuthorAgeFilesLines
* Allow more deltaJon Bratseth2019-11-112-2/+2
|
* Serialize scalar functions with contextJon Bratseth2019-11-082-6/+2
|
* Uncomment lines in testLester Solbakken2019-10-111-4/+4
|
* Test xgboost java evaluation with missing valuesLester Solbakken2019-10-112-0/+112
|
* Merge pull request #10785 from ↵Lester Solbakken2019-09-264-4/+4
|\ | | | | | | | | vespa-engine/lesters/avoid-renaming-missing-dimensions Lesters/avoid renaming missing dimensions
| * 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-194-16/+8
|/
* Revert "Add XGBoost if-inversion for missing features"Lester Solbakken2019-09-174-9/+40
| | | | This reverts commit 7bd1c27158403b1ef99d694ff9a31736e84b950f.
* Add XGBoost if-inversion for missing featuresLester Solbakken2019-09-164-40/+9
|
* Add temporary test of xgboost missing field if-inversionLester Solbakken2019-09-113-2/+39
|
* Propagate float value types from Onnx and TFJon Bratseth2019-09-023-20/+20
|
* Add varhandleop and readvariableop to supported TF import operationsLester Solbakken2019-08-222-5/+13
|
* MergeJon Bratseth2019-08-131-2/+2
|
* Rename constant dimensionsJon Bratseth2019-07-2812-57/+6755
|
* Merge pull request #9996 from ↵Lester Solbakken2019-07-093-24/+24
|\ | | | | | | | | vespa-engine/havardpe/propagate-float-cell-type-and-avoid-using-it-too-much-right-now propagate float and stop using it too much
| * propagate float and stop using it too muchHåvard Pettersen2019-07-093-24/+24
| |
* | 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-0310-26/+122
| |
* | 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-026-41/+56
| |
* | Output conflixcting constraintsJon Bratseth2019-07-027-40/+102
| |
* | 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-301-0/+1318
| |
* | Output the intermediate graphJon Bratseth2019-06-3011-1/+134
|/
* Merge pull request #9846 from vespa-engine/lesters/add-tf-softmax-operationLester Solbakken2019-06-2011-5/+2110
|\ | | | | Add TensorFlow softmax operation support - MERGEOK
| * Change assert message for skipped outputs in TF importLester Solbakken2019-06-204-4/+4
| |
| * Add javadoc to softmaxLester Solbakken2019-06-201-0/+5
| |
| * Remove outdated commentLester Solbakken2019-06-191-3/+1
| |
| * Add TensorFlow softmax operation supportLester Solbakken2019-06-198-2/+2104
| |
* | Revert "Merge pull request #9849 from ↵Jon Bratseth2019-06-201-2/+2
| | | | | | | | | | | | | | vespa-engine/revert-9836-bratseth/output-in-dense-tensor-form" This reverts commit 2663557e0c6d652fd082507878059a69c75e2415, reversing changes made to 46cfd5c26c5dac150efb698d726810ade4364e70.
* | 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 ↵Jon Bratseth2019-06-132-2/+2
| | | | | | | | resolving bug""
* | Revert "Require constant() for large constants and fix a type resolving bug ↵Harald Musum2019-06-122-2/+2
| | | | | | | | | | | | (#9769)" This reverts commit cee1c3a3804d5d3c25407b3c4ac64228e9d194e3.
* | Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Require constant() for large constants and fix a type resolving bug * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise
* | Rewrite large constant references from foo to constant(foo)Jon Bratseth2019-06-061-3/+0
|/