Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1676 static struct PyModuleDef torchmodule = { in initModule() local
1678 module = PyModule_Create(&torchmodule); in initModule()