Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_new.h123 at::Tensor tensor_frombuffer(
H A Dtensor_new.cpp1546 Tensor tensor_frombuffer( in tensor_frombuffer() function
1747 tensor = tensor_frombuffer(obj, dtype_unwrapped, -1, 0, requires_grad); in asarray()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_torch_functions_manual.cpp318 return wrap(torch::utils::tensor_frombuffer( in THPVariable_frombuffer()