Searched refs:TensorSetItemByOneTensorWithTupleOfNumber (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/ut/python/ops/ |
D | test_tensor_slice.py | 335 class TensorSetItemByOneTensorWithTupleOfNumber(Cell): class 337 super(TensorSetItemByOneTensorWithTupleOfNumber, self).__init__() 844 …'block': TensorSetItemByOneTensorWithTupleOfNumber(value=(0.0, 1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7)), 1082 …'block': (TensorSetItemByOneTensorWithTupleOfNumber(value=(0, 1, 2, 3, 4, 5, 6, 7)), {'exception':… 1086 …'block': (TensorSetItemByOneTensorWithTupleOfNumber(value=(0.0, 1.1, 2.2)), {'exception': ValueErr…
|
/third_party/mindspore/tests/st/pynative/ |
D | test_tensor_getitem.py | 543 class TensorSetItemByOneTensorWithTupleOfNumber(Cell): class 545 super(TensorSetItemByOneTensorWithTupleOfNumber, self).__init__() 563 net = TensorSetItemByOneTensorWithTupleOfNumber(value)
|