Home
last modified time | relevance | path

Searched defs:import_submodule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py2002 def import_submodule(mod: types.ModuleType): function
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c2701 import_submodule(PyObject *mod, char *subname, char *fullname) in import_submodule() function