aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/tensor_spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Just use get_const_double_value to generate keyHenning Baldersheim2022-11-211-4/+2
* also handle -inf and inf valuesHåvard Pettersen2022-01-261-2/+9
* handle nan cells when converting tensor spec to expressionHåvard Pettersen2022-01-261-2/+9
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* add json-repl (and interactive) modes to vespa-eval-exprHåvard Pettersen2021-08-301-0/+3
* enable making an expression from a tensor specHåvard Pettersen2021-08-241-0/+14
* print diff of mismatching tensorsHåvard Pettersen2021-04-201-13/+144
* minor cleanupHåvard Pettersen2020-12-081-1/+1
* remove tensor.h and tensorengine.hArne Juul2020-12-081-2/+0
* no more getting engine from tensorArne Juul2020-12-031-5/+1
* use ReferenceEvaluation insteadArne Juul2020-12-011-6/+2
* SimpleTensorEngine -> SimpleValueBuilderFactoryArne Juul2020-11-301-2/+3
* reference evaluationHåvard Pettersen2020-11-271-0/+10
* add normalize() method to tensorspecArne Juul2020-11-251-5/+85
* minor cosmetic fixesArne Juul2020-10-141-2/+1
* update TensorSpec::from_value and use thatArne Juul2020-10-141-6/+6
* update commentArne Juul2020-10-081-1/+1
* simplify TensorSpec::add()Arne Juul2020-10-071-3/+8
* add reference implementation of concat, with testArne Juul2020-10-051-0/+7
* guess batch dimension when inference failsHåvard Pettersen2020-09-071-0/+16
* onnx ranking featureHåvard Pettersen2020-08-211-0/+15
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* test tensor binary formatHaavard2017-05-101-0/+54
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-0/+3
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-081-6/+12
* move codeHaavard2017-01-231-0/+49