summaryrefslogtreecommitdiff
path: root/res/TensorFlowTests/UNIT_Const_001/test.pbtxt
blob: bec7dfb922ea9ffc74628315c4f8f22bf51f5cbf (plain)
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
32
node {
  name: "const/int32"
  op: "Const"
  attr {
    key: "dtype"
    value {
      type: DT_INT32
    }
  }
  attr {
    key: "value"
    value {
      tensor {
        dtype: DT_INT32
        tensor_shape {
          dim {
            size: 2
          }
          dim {
            size: 3
          }
        }
        int_val: 1
        int_val: 2
        int_val: 3
        int_val: 4
        int_val: 5
        int_val: 6
      }
    }
  }
}