summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-04-25 19:26:05 +0200
committerJon Bratseth <bratseth@gmail.com>2022-04-25 19:26:05 +0200
commitff7df5595f064f2f16dfe5f7ad5e9e843a89d707 (patch)
treeb29bd5892074182c1cb25e685ad9a7bf06dccf28
parent70b52e53733914702e38f82cb0308e8024fbacef (diff)
Restore file
-rw-r--r--config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd6
1 files changed, 1 insertions, 5 deletions
diff --git a/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd b/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
index 9069f59bbe3..4241e9dab85 100644
--- a/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
+++ b/config-model/src/test/derived/neuralnet_noqueryprofile/neuralnet.sd
@@ -69,7 +69,7 @@ search neuralnet {
}
- rank-profile default {
+ rank-profile defaultRankProfile inherits default {
inputs {
query(W_0) tensor(x[9],hidden[9])
@@ -80,10 +80,6 @@ search neuralnet {
query(b_out) tensor(out[1])
}
- }
-
- rank-profile defaultRankProfile inherits default {
-
constants {
maxSignedSixtyFourBitInteger: 9223372036854775807
}