aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/expressiontransforms/InputRecorder.java
Commit message (Collapse)AuthorAgeFilesLines
* allow configuring normalizersArne Juul2023-10-131-4/+33
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Merge pull request #28566 from ↵Arne H Juul2023-09-211-0/+4
|\ | | | | | | | | vespa-engine/arnej/avoid-recomputing-match-features if something is already a match-feature, avoid computing it again in …
| * if something is already a match-feature, avoid computing it again in ↵Arne Juul2023-09-181-0/+4
| | | | | | | | global-phase
* | get rid of input which is already gotten from queryArne Juul2023-09-181-3/+1
|/
* Ignore input also listed in intializers when parsing metadata from modelBjørn Christian Seime2023-04-131-5/+1
|
* Ignore input also listed in initializersBjørn Christian Seime2023-03-311-5/+9
| | | | Ignore inputs which is already initialized when determining required features as input to ONNX models in global-phase.
* use withTransformedExpressions for wiringArne Juul2023-03-201-14/+1
|
* handle DynamicTensor with embedded expressionsArne Juul2023-03-171-0/+8
|
* * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-161-0/+8
| | | | * special handling for Generate and Slice in BindingExtractor
* add special handling of TensorFunctionNode containing Generate functionArne Juul2023-03-141-3/+24
|
* remember which functions are already handledArne Juul2023-03-101-0/+6
|
* handle more complex features and functions wrapped in rankingExpression(foo)Arne Juul2023-03-081-3/+8
|
* Reapply "deeper processing of onnx inputs"Arne Juul2023-03-081-1/+10
| | | | This reverts commit 9c495646db8acadc02f698b5326c67dc8a59d283.
* Revert "deeper processing of onnx inputs"Arne Juul2023-02-241-10/+1
| | | | This reverts commit 8d8f523c32fab2bd396f960496459eb079b03872.
* deeper processing of onnx inputsArne Juul2023-02-161-1/+10
|
* use FeatureNamesArne Juul2023-02-081-8/+13
|
* experimental WIPArne Juul2023-02-071-0/+87