onnx / onnx-tensorflow

Tensorflow Backend for ONNX
Other
1.26k stars 298 forks source link

Add bfloat16 support for opset 16 updates #1032

Closed chinhuang007 closed 2 years ago

chinhuang007 commented 2 years ago

Add bfloat16 support for opset 16 updates: -GreaterOrEqual -LeakyRelu -LessOrEqual -PRelu -Scan Also change np.bool to bool since np.bool is deprecated.

Signed-off-by: Chin Huang chhuang@us.ibm.com