Searched defs:tensor_tuple (Results 1 – 4 of 4) sorted by relevance
38 def construct(self, tensor_tuple): argument60 def construct(self, tensor_tuple): argument81 def construct(self, tensor_tuple): argument92 def construct(self, tensor_tuple): argument103 def construct(self, tensor_tuple): argument114 def construct(self, tensor_tuple): argument
259 AbstractTuplePtr tensor_tuple = std::make_shared<AbstractTuple>(eles); in TEST_F() local286 AbstractTuplePtr tensor_tuple = std::make_shared<AbstractTuple>(eles); in TEST_F() local
125 auto tensor_tuple = TensorPy::MakeTensor(my_arry, kFloat32); in TEST_F() local
350 py::tuple tensor_tuple(outputs.size()); in VectorToPyData() local