summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Revert "Merge pull request #24279 from ↵Jon Bratseth2022-10-031-0/+4
| | | | | | | vespa-engine/jonmv/revert-GC-heaven-commits" This reverts commit 539f2871e4812a463aa108639aac66c4903f3c33, reversing changes made to aeaa3c2da60259a8ba80345591657922c90c1993.
* Revert "Merge pull request #24257 from ↵jonmv2022-10-021-4/+0
| | | | | | | vespa-engine/bratseth/boolean-optimize-primitives-only" This reverts commit 4a1ca594e4cf3810974696ce970f5a161ec099eb, reversing changes made to 62928f4d8b7571c4b10fedffc56b762f57b6b2ca.
* Only optimize boolean expressions on primitivesJon Bratseth2022-09-291-0/+4
| | | | | | Only transform a && b to if(a, b, false) etc.0 if both a and b are primitives, not tensors, as if requires both branches to return the same type.
* Grammar fixesJon Bratseth2022-05-291-1/+1
|
* Avoid rank zero tensorsJon Bratseth2022-05-181-0/+8
|
* Allow names with and without constant()/query() wrappingJon Bratseth2022-05-111-1/+1
|
* Support constants on the same format as inputsJon Bratseth2022-05-101-1/+1
|
* Test input defaultJon Bratseth2022-05-091-1/+1
|
* Test input inheritanceJon Bratseth2022-04-251-1/+5
|
* No colon between name and typeJon Bratseth2022-04-071-6/+6
|
* Allow inputs declarations in rank profilesJon Bratseth2022-04-041-0/+248