Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_legacy_variable.h10 void init_legacy_variable(PyObject* module);
H A Dpython_legacy_variable.cpp154 void init_legacy_variable(PyObject* module) { in init_legacy_variable() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1714 torch::autograd::init_legacy_variable(module); in initModule()