summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/integration/onnx-model/schemas/test.sd
diff options
context:
space:
mode:
authorLester Solbakken <lesters@users.noreply.github.com>2022-05-16 16:27:04 +0200
committerGitHub <noreply@github.com>2022-05-16 16:27:04 +0200
commitcc8d97a8e9f56d139700424e1393ea954723ae2d (patch)
tree9fbf87884087901ba6a586bebad3aa42da822a4c /config-model/src/test/integration/onnx-model/schemas/test.sd
parent1e1c46f0d579de70447f64a20a148447ccefe862 (diff)
parenta37ed1c28091f234f25c9b3649999821eb7f4802 (diff)
Merge pull request #22620 from vespa-engine/bratseth/models-in-profiles
Bratseth/models in profiles
Diffstat (limited to 'config-model/src/test/integration/onnx-model/schemas/test.sd')
-rw-r--r--config-model/src/test/integration/onnx-model/schemas/test.sd15
1 files changed, 7 insertions, 8 deletions
diff --git a/config-model/src/test/integration/onnx-model/schemas/test.sd b/config-model/src/test/integration/onnx-model/schemas/test.sd
index a15714767ba..82872758dd9 100644
--- a/config-model/src/test/integration/onnx-model/schemas/test.sd
+++ b/config-model/src/test/integration/onnx-model/schemas/test.sd
@@ -21,14 +21,6 @@ search test {
output "path/to/output:0": out
}
- onnx-model another_model {
- file: files/model.onnx
- input first_input: attribute(document_field)
- input "second/input:0": constant(my_constant)
- input "third_input": another_function
- output "path/to/output:2": out
- }
-
onnx-model dynamic_model {
file: files/dynamic_model.onnx
input input: my_function
@@ -72,6 +64,13 @@ search test {
first-phase {
expression: 1
}
+ onnx-model another_model {
+ file: files/model.onnx
+ input first_input: attribute(document_field)
+ input "second/input:0": constant(my_constant)
+ input "third_input": another_function
+ output "path/to/output:2": out
+ }
summary-features {
onnx(another_model).out
onnx("files/summary_model.onnx", "path/to/output:2")