Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py422 class TensorSetItemByTensorsWithTupleOfTensorNumberError(Cell): class
424 super(TensorSetItemByTensorsWithTupleOfTensorNumberError, self).__init__()
1137 'block': (TensorSetItemByTensorsWithTupleOfTensorNumberError(), {'exception': ValueError}),
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py776 class TensorSetItemByTensorsWithTupleOfTensorNumberError(Cell): class
778 super(TensorSetItemByTensorsWithTupleOfTensorNumberError, self).__init__()
794 net = TensorSetItemByTensorsWithTupleOfTensorNumberError()