Searched refs:TensorSetItemByMixedTensors_0 (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/tests/ut/python/ops/ |
D | test_tensor_slice.py | 249 class TensorSetItemByMixedTensors_0(Cell): class 251 super(TensorSetItemByMixedTensors_0, self).__init__() 883 'block': TensorSetItemByMixedTensors_0(value=88.0), 889 'block': TensorSetItemByMixedTensors_0(value=Tensor(np.ones((4, 5, 3, 9), np.float32))), 895 'block': TensorSetItemByMixedTensors_0(value=(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0)), 901 'block': TensorSetItemByMixedTensors_0(value=(Tensor(np.ones((4, 5, 3, 9), np.float32)),
|
/third_party/mindspore/tests/st/pynative/ |
D | test_tensor_getitem.py | 347 class TensorSetItemByMixedTensors_0(Cell): class 349 super(TensorSetItemByMixedTensors_0, self).__init__() 369 net = TensorSetItemByMixedTensors_0(value)
|