Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py397 class TensorSetItemByTensorsWithTupleOfNumber(Cell): class
399 super(TensorSetItemByTensorsWithTupleOfNumber, self).__init__()
868 'block': TensorSetItemByTensorsWithTupleOfNumber(value=(0.0, 1.1, 2.2, 3.3, 4.4)),
1125 …'block': (TensorSetItemByTensorsWithTupleOfNumber(value=(0.0, 1, 2, 3, 4)), {'exception': TypeErro…
1131 …'block': (TensorSetItemByTensorsWithTupleOfNumber(value=(0.0, 1.0, 2.0, 3.0)), {'exception': Value…
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py704 class TensorSetItemByTensorsWithTupleOfNumber(Cell): class
706 super(TensorSetItemByTensorsWithTupleOfNumber, self).__init__()
724 net = TensorSetItemByTensorsWithTupleOfNumber(value)