mindspore/tests/ut/python/ir
He Wei a0623e1528 Fix bool type tensor problem
Problem: Create 'uint8' type tensor from float data raise RuntimeError;
Fix:  Use same internal data type for 'uint8' and 'bool' tensor and allows
convert float data to bool tensor.
2020-07-02 19:22:35 +08:00
..
__init__.py initial version 2020-03-27 22:54:54 +08:00
test_dtype.py pylint clean 2020-05-26 19:46:14 +08:00
test_indexed_slices.py Add IndexedSlices 2020-06-30 17:38:24 +08:00
test_tensor.py Fix bool type tensor problem 2020-07-02 19:22:35 +08:00
test_tensor_py.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00