xref: /aosp_15_r20/external/pytorch/test/onnx/expect/TestOperators.test_logsoftmax.expect (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1ir_version: 8
2producer_name: "pytorch"
3producer_version: "CURRENT_VERSION"
4graph {
5  node {
6    input: "input"
7    output: "1"
8    name: "LogSoftmax_0"
9    op_type: "LogSoftmax"
10    attribute {
11      name: "axis"
12      i: 3
13      type: INT
14    }
15  }
16  name: "main_graph"
17  input {
18    name: "input"
19    type {
20      tensor_type {
21        elem_type: 1
22        shape {
23          dim {
24            dim_value: 1
25          }
26          dim {
27            dim_value: 2
28          }
29          dim {
30            dim_value: 3
31          }
32          dim {
33            dim_value: 4
34          }
35        }
36      }
37    }
38  }
39  output {
40    name: "1"
41    type {
42      tensor_type {
43        elem_type: 1
44        shape {
45          dim {
46            dim_value: 1
47          }
48          dim {
49            dim_value: 2
50          }
51          dim {
52            dim_value: 3
53          }
54          dim {
55            dim_value: 4
56          }
57        }
58      }
59    }
60  }
61}
62opset_import {
63  version: 17
64}
65