Home
last modified time | relevance | path

Searched refs:tensor_from_cuda_array_interface (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_numpy.cpp29 at::Tensor tensor_from_cuda_array_interface(PyObject* obj) { in tensor_from_cuda_array_interface() function
380 at::Tensor tensor_from_cuda_array_interface(PyObject* obj) { in tensor_from_cuda_array_interface() function
H A Dtensor_numpy.h20 at::Tensor tensor_from_cuda_array_interface(PyObject* obj);
H A Dtensor_new.cpp332 auto tensor = tensor_from_cuda_array_interface(data); in internal_new_from_data()