summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/ranking_constants_fail/searchdefinitions/simple.sd
blob: 126f8d0072470c45e76b38c4b2eb682ef3284d8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search simple {
  document simple {}

  constant constant_tensor_1 {
    file: tensors/constant_tensor_1.json
    type: tensor(x[], y[])
  }

  constant constant_tensor_2 {
    file: tensors/constant_tensor_2.json
    type: tensor(x[])
  }

  constant constant_tensor_3 {
    file: tensors/constant_tensor_3.json
    type: tensor(cpp{}, d{})
  }

  constant constant_tensor_4 {
    file: tensors/constant_tensor_4.json
    type: tensor(x{}, y{})
  }

  constant constant_tensor_5 {
    file: tensors/constant_tensor_5.json
    type: tensor(x[], y[], z[])
  }
}