Searched refs:tensor_from_numpy (Results 1 – 5 of 5) sorted by relevance
13 at::Tensor tensor_from_numpy( in tensor_from_numpy() function215 at::Tensor tensor_from_numpy( in tensor_from_numpy() function
9 at::Tensor tensor_from_numpy(PyObject* obj, bool warn_if_not_writeable = true);
358 tensor_from_numpy(data, /*warn_if_not_writeable=*/!copy_numpy); in internal_new_from_data()1723 tensor = tensor_from_numpy(arr, /*warn_if_not_writeable=*/false); in asarray()
146 return THPVariable_Wrap(torch::utils::tensor_from_numpy(arg)); in THPVariable_from_numpy()
1117 auto other_tensor = torch::utils::tensor_from_numpy(other); in THPVariable___eq__()