Boolean tensors
Context
This merge request adds support for the Boolean
type to the aidge_onnx
module.
It addresses and resolves Issue #71.
Modified files
-
dtype_converter.py
, addboolean
dtype to conversion dictionaries; -
test_onnx_nodes_import.py
, re-enable tests that failed due to missing boolean tensors;