Commit 58a592e7 authored by Paul's avatar Paul
Browse files

Merge branch 'develop' into analyzer

parents faa423ed 55daacd0
...@@ -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