Skip to content
Snippets Groups Projects
Commit 25666644 authored by Christophe Guillon's avatar Christophe Guillon Committed by Maxence Naud
Browse files

[DataType] Complete python binding to map all dtype values

Add python enum values for all defined dtypes as per the
table of dtype names (lower case of the dtype names).
Add __str__() binding such that str(tensor.dtype()) return
bare enumeration names, suitable for comparison with numpy
dtype names.
parent f4c537de
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!168[DataType] Complete python binding to map all dtype values
Pipeline #50772 passed