blob: 690e381042f3da6cbb8af9425a96b713b755cf28 [file] [log] [blame]
ir_version: 6
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "0"
output: "1"
name: "ReduceMean_0"
op_type: "ReduceMean"
attribute {
name: "axes"
ints: 0
ints: 1
type: INTS
}
attribute {
name: "keepdims"
i: 1
type: INT
}
}
node {
input: "0"
output: "2"
name: "Shape_1"
op_type: "Shape"
}
node {
output: "3"
name: "Constant_2"
op_type: "Constant"
attribute {
name: "value"
t {
dims: 2
data_type: 7
raw_data: "\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000"
}
type: TENSOR
}
}
node {
input: "2"
input: "3"
output: "4"
name: "Gather_3"
op_type: "Gather"
attribute {
name: "axis"
i: 0
type: INT
}
}
node {
input: "4"
output: "5"
name: "ReduceProd_4"
op_type: "ReduceProd"
attribute {
name: "keepdims"
i: 0
type: INT
}
}
node {
input: "0"
input: "1"
output: "6"
name: "Sub_5"
op_type: "Sub"
}
node {
input: "6"
input: "6"
output: "7"
name: "Mul_6"
op_type: "Mul"
}
node {
input: "7"
output: "8"
name: "ReduceMean_7"
op_type: "ReduceMean"
attribute {
name: "axes"
ints: 0
ints: 1
type: INTS
}
attribute {
name: "keepdims"
i: 1
type: INT
}
}
node {
input: "5"
output: "9"
name: "Cast_8"
op_type: "Cast"
attribute {
name: "to"
i: 1
type: INT
}
}
node {
input: "8"
input: "9"
output: "10"
name: "Mul_9"
op_type: "Mul"
}
node {
output: "11"
name: "Constant_10"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 1
raw_data: "\000\000\200?"
}
type: TENSOR
}
}
node {
input: "9"
input: "11"
output: "12"
name: "Sub_11"
op_type: "Sub"
}
node {
input: "10"
input: "12"
output: "13"
name: "Div_12"
op_type: "Div"
}
node {
input: "13"
output: "14"
name: "Sqrt_13"
op_type: "Sqrt"
}
name: "torch-jit-export"
input {
name: "0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "14"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 1
}
dim {
dim_value: 1
}
dim {
dim_value: 4
}
}
}
}
}
}
opset_import {
version: 9
}