Home
last modified time | relevance | path

Searched refs:TensorSetItemByMixedTensors_2 (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py278 class TensorSetItemByMixedTensors_2(Cell): class
280 super(TensorSetItemByMixedTensors_2, self).__init__()
936 'block': TensorSetItemByMixedTensors_2(value=88.0),
942 … 'block': TensorSetItemByMixedTensors_2(value=Tensor(np.ones((3, 4, 2, 3, 4, 5), np.float16))),
948 'block': TensorSetItemByMixedTensors_2(value=(1.0, 2.0, 3.0, 4.0, 5.0)),
954 'block': TensorSetItemByMixedTensors_2(value=(Tensor(np.ones((4, 5), np.float16)),
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py428 class TensorSetItemByMixedTensors_2(Cell): class
430 super(TensorSetItemByMixedTensors_2, self).__init__()
449 net = TensorSetItemByMixedTensors_2(value)