Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py373 class TensorSetItemByTensorsWithTensor(Cell): class
375 super(TensorSetItemByTensorsWithTensor, self).__init__()
861 'block': TensorSetItemByTensorsWithTensor(),
1103 'block': (TensorSetItemByTensorsWithTensor(), {'exception': ValueError}),
1110 'block': (TensorSetItemByTensorsWithTensor(), {'exception': TypeError}),
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py642 class TensorSetItemByTensorsWithTensor(Cell): class
644 super(TensorSetItemByTensorsWithTensor, self).__init__()
660 net = TensorSetItemByTensorsWithTensor()