Skip to content

Boolean tensors

Houssem ROUIS requested to merge boolean_tensors into dev

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, add boolean dtype to conversion dictionaries;
  • test_onnx_nodes_import.py, re-enable tests that failed due to missing boolean tensors;

Merge request reports

Loading