Searched defs:py_tuple (Results 1 – 2 of 2) sorted by relevance
371 py::tuple py_tuple = py::make_tuple(std::make_shared<Tensor>(kNumberTypeFloat32, shape)); in TEST_F() local
252 …explicit TensorIndex(py::tuple py_tuple) : tuple_(std::move(py_tuple)), type_(TensorIndexType::Tup… in TensorIndex()