Home
last modified time | relevance | path

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

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