Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py360 class TensorSetItemByTensorsWithNumber(Cell): class
362 super(TensorSetItemByTensorsWithNumber, self).__init__()
855 'block': TensorSetItemByTensorsWithNumber(value=0.0),
1097 'block': (TensorSetItemByTensorsWithNumber(value=0), {'exception': TypeError}),
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py607 class TensorSetItemByTensorsWithNumber(Cell): class
609 super(TensorSetItemByTensorsWithNumber, self).__init__()
628 net = TensorSetItemByTensorsWithNumber(value)