aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/argmax/argmax_ERRORIF_AxisSmallerZero_19x19x15x16_i8_axis-4/test.json
blob: f649451be5fca5285cac1cec08f38e2992f912bb (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  version: {
    _major: 0,
    _minor: 31,
    _patch: 0,
    _draft: true
  },
  blocks: [
    {
      name: "main",
      operators: [
        {
          op: "ARGMAX",
          attribute_type: "AxisAttribute",
          attribute: {
            axis: -4
          },
          inputs: [
            "input-0"
          ],
          outputs: [
            "result-0"
          ]
        }
      ],
      tensors: [
        {
          name: "input-0",
          shape: [
            19,
            19,
            15,
            16
          ],
          type: "INT8"
        },
        {
          name: "result-0",
          shape: [
            19,
            19,
            15,
            16
          ],
          type: "INT32"
        }
      ],
      inputs: [
        "input-0"
      ],
      outputs: [
        "result-0"
      ]
    }
  ]
}