blob: 6a669e64eadcbbe511aeadefcf77c8ac2b6eb488 [file] [log] [blame]
ir_version: 8
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
output: "onnx::Clip_1"
name: "Constant_2"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 1
raw_data: "\000\000\000\277"
}
type: TENSOR
}
}
node {
output: "onnx::Clip_2"
name: "Constant_3"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 1
raw_data: "\000\000\000?"
}
type: TENSOR
}
}
node {
input: "input"
input: "onnx::Clip_1"
input: "onnx::Clip_2"
output: "3"
name: "Clip_4"
op_type: "Clip"
}
name: "main_graph"
input {
name: "input"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "3"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
}
opset_import {
version: 17
}