Searched refs:BufferToDLPackManagedTensor (Results 1 – 3 of 3) sorted by relevance
28 StatusOr<pybind11::capsule> BufferToDLPackManagedTensor(pybind11::handle buffer,
250 StatusOr<py::capsule> BufferToDLPackManagedTensor(py::handle py_buffer, in BufferToDLPackManagedTensor() function
364 m.def("buffer_to_dlpack_managed_tensor", BufferToDLPackManagedTensor, in PYBIND11_MODULE()