Home
last modified time | relevance | path

Searched refs:createPyObject (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DDynamicTypes.h28 TORCH_PYTHON_API PyObject* createPyObject(const at::Storage& storage);
H A DDynamicTypes.cpp54 PyObject* createPyObject(const at::Storage& storage) { in createPyObject() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpybind.h67 return handle(torch::createPyObject(src));
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_variable_methods.cpp977 return createPyObject(self_.storage()); in THPVariable_storage()