aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/globalphase_onnx_inside/test.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/globalphase_onnx_inside/test.sd')
-rw-r--r--config-model/src/test/derived/globalphase_onnx_inside/test.sd5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-model/src/test/derived/globalphase_onnx_inside/test.sd b/config-model/src/test/derived/globalphase_onnx_inside/test.sd
index 405a65ceb06..f5788611b0a 100644
--- a/config-model/src/test/derived/globalphase_onnx_inside/test.sd
+++ b/config-model/src/test/derived/globalphase_onnx_inside/test.sd
@@ -4,6 +4,9 @@ schema test {
field aa type tensor(d1[3]) {
indexing: attribute
}
+ field extra type float {
+ indexing: attribute
+ }
}
constant xx {
@@ -38,7 +41,7 @@ schema test {
expression: sum(constant(ww) * (onnx(inside).foobar - handicap))
}
function indirect_a() {
- expression: attribute(aa)
+ expression: attribute(aa) + tensor(d1[3])(d1+attribute(extra))
}
function indirect_x() {
expression: constant(xx)