blob: 8be8e75ac63785a45bedba4ca8db253319b02e82 [file] [log] [blame]
ir_version: 3
producer_name: "pytorch"
producer_version: "0.3"
graph {
node {
input: "0"
input: "1"
output: "2"
op_type: "Pow"
}
name: "torch-jit-export"
input {
name: "0"
type {
tensor_type {
elem_type: FLOAT
shape {
dim {
dim_value: 1
}
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
input {
name: "1"
type {
tensor_type {
elem_type: FLOAT
shape {
dim {
dim_value: 1
}
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: FLOAT
shape {
dim {
dim_value: 1
}
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
}
opset_import {
version: 6
}