Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DDataLoader.h6 extern PyMethodDef DataLoaderMethods[];
H A DDataLoader.cpp250 PyMethodDef DataLoaderMethods[] = { variable
H A DModule.cpp1653 THPUtils_addPyMethodDefs(methods, DataLoaderMethods); in initModule()