Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_numpy.cpp10 PyObject* tensor_to_numpy(const at::Tensor&, bool) { in tensor_to_numpy() function
126 PyObject* tensor_to_numpy(const at::Tensor& tensor, bool force /*=false*/) { in tensor_to_numpy() function
H A Dtensor_numpy.h8 PyObject* tensor_to_numpy(const at::Tensor& tensor, bool force = false);
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_variable_methods.cpp811 return torch::utils::tensor_to_numpy(self_, r.toBool(0)); in THPVariable_numpy()