Searched refs:TensorSetItemByTensorsWithTupleOfNumber (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/ut/python/ops/ |
D | test_tensor_slice.py | 397 class TensorSetItemByTensorsWithTupleOfNumber(Cell): class 399 super(TensorSetItemByTensorsWithTupleOfNumber, self).__init__() 868 'block': TensorSetItemByTensorsWithTupleOfNumber(value=(0.0, 1.1, 2.2, 3.3, 4.4)), 1125 …'block': (TensorSetItemByTensorsWithTupleOfNumber(value=(0.0, 1, 2, 3, 4)), {'exception': TypeErro… 1131 …'block': (TensorSetItemByTensorsWithTupleOfNumber(value=(0.0, 1.0, 2.0, 3.0)), {'exception': Value…
|
/third_party/mindspore/tests/st/pynative/ |
D | test_tensor_getitem.py | 704 class TensorSetItemByTensorsWithTupleOfNumber(Cell): class 706 super(TensorSetItemByTensorsWithTupleOfNumber, self).__init__() 724 net = TensorSetItemByTensorsWithTupleOfNumber(value)
|