Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiler warnings on unhandled bfloat16 switch case #1470

Merged
merged 1 commit into from Oct 2, 2018

Conversation

bddppq
Copy link
Member

@bddppq bddppq commented Oct 2, 2018

/Users/travis/build/onnx/onnx/onnx/common/ir_pb_converter.cc:20:10: warning: enumeration value 'TensorProto_DataType_BFLOAT16' not handled in switch [-Wswitch]

/Users/travis/build/onnx/onnx/onnx/common/ir_pb_converter.cc:20:10: warning: enumeration value 'TensorProto_DataType_BFLOAT16' not handled in switch [-Wswitch]
@bddppq bddppq merged commit ddf8eb6 into onnx:master Oct 2, 2018
@bddppq bddppq deleted the bfloat16-switch branch October 2, 2018 21:12
hariharans29 pushed a commit to hariharans29/onnx that referenced this pull request Aug 15, 2019
/Users/travis/build/onnx/onnx/onnx/common/ir_pb_converter.cc:20:10: warning: enumeration value 'TensorProto_DataType_BFLOAT16' not handled in switch [-Wswitch]
jcwchen pushed a commit to jcwchen/onnx that referenced this pull request Sep 23, 2020
/Users/travis/build/onnx/onnx/onnx/common/ir_pb_converter.cc:20:10: warning: enumeration value 'TensorProto_DataType_BFLOAT16' not handled in switch [-Wswitch]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants