Unverified Commit 55daacd0 authored by Shucai Xiao's avatar Shucai Xiao Committed by GitHub
Browse files

upgrade onnx.proto and protobuf (#446)

parent 1b692d0f
...@@ -1897,6 +1897,8 @@ struct onnx_parser ...@@ -1897,6 +1897,8 @@ struct onnx_parser
case onnx::AttributeProto::STRING: case onnx::AttributeProto::STRING:
case onnx::AttributeProto::STRINGS: case onnx::AttributeProto::STRINGS:
case onnx::AttributeProto::TENSORS: case onnx::AttributeProto::TENSORS:
case onnx::AttributeProto::SPARSE_TENSOR:
case onnx::AttributeProto::SPARSE_TENSORS:
case onnx::AttributeProto::GRAPHS: return {}; case onnx::AttributeProto::GRAPHS: return {};
} }
MIGRAPHX_THROW("Invalid attribute type"); MIGRAPHX_THROW("Invalid attribute type");
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment