Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_torch_functions.h23 void initTorchFunctions();
H A Dpython_torch_functions_manual.cpp576 void initTorchFunctions(PyObject* module) { in initTorchFunctions() function
H A Dpython_variable.cpp2341 extern void initTorchFunctions(PyObject* module);
2377 torch::autograd::initTorchFunctions(module); in THPVariable_initModule()