Searched refs:tensor_to_numpy (Results 1 – 3 of 3) sorted by relevance
10 PyObject* tensor_to_numpy(const at::Tensor&, bool) { in tensor_to_numpy() function126 PyObject* tensor_to_numpy(const at::Tensor& tensor, bool force /*=false*/) { in tensor_to_numpy() function
8 PyObject* tensor_to_numpy(const at::Tensor& tensor, bool force = false);
811 return torch::utils::tensor_to_numpy(self_, r.toBool(0)); in THPVariable_numpy()