Home
last modified time | relevance | path

Searched defs:tensor_tuple (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/python/ops/
Dtest_tuple_slice.py38 def construct(self, tensor_tuple): argument
60 def construct(self, tensor_tuple): argument
81 def construct(self, tensor_tuple): argument
92 def construct(self, tensor_tuple): argument
103 def construct(self, tensor_tuple): argument
114 def construct(self, tensor_tuple): argument
/third_party/mindspore/tests/ut/cpp/operator/
Dcomposite_test.cc259 AbstractTuplePtr tensor_tuple = std::make_shared<AbstractTuple>(eles); in TEST_F() local
286 AbstractTuplePtr tensor_tuple = std::make_shared<AbstractTuple>(eles); in TEST_F() local
/third_party/mindspore/tests/ut/cpp/transform/
Dgraph_runner_test.cc125 auto tensor_tuple = TensorPy::MakeTensor(my_arry, kFloat32); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils_py.cc350 py::tuple tensor_tuple(outputs.size()); in VectorToPyData() local