aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation/ranking_constants_fail/schemas/simple.sd
blob: 0124a3f54fa40333cdcb8ab3b2abbe5800754a7b (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
30
31
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema simple {

  document simple {}

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

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

  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[33], y[10], z[46])
  }

}