aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/neuralnet_noqueryprofile
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-11 11:17:06 +0200
committerJon Bratseth <bratseth@gmail.com>2022-05-11 11:17:06 +0200
commit57d93307b70651fa6fd74f1fabbf15dadc53841e (patch)
treeafacf2da33905defada2faf81723ede32776ffaf /config-model/src/test/derived/neuralnet_noqueryprofile
parent4f5504d75359bc182fa25f0dc0f85354241c4f7f (diff)
Allow names with and without constant()/query() wrapping
Diffstat (limited to 'config-model/src/test/derived/neuralnet_noqueryprofile')
-rw-r--r--config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd b/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
index a6564d59e16..5953f75b40a 100644
--- a/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
+++ b/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
@@ -75,7 +75,7 @@ search neuralnet {
query(W_0) tensor(x[9],hidden[9])
query(b_0) tensor(hidden[9])
query(W_1) tensor(hidden[9],out[9])
- query(b_1) tensor(out[9])
+ b_1 tensor(out[9])
query(W_out) tensor(out[9])
query(b_out) tensor(out[1]):[1.0]
}