Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dprofiler_edge.cpp53 ? this->m_.getModuleHierarchy(debug_handle) in KinetoEdgeCPUProfiler()
H A Dmodule.h91 std::string getModuleHierarchy(const int64_t debug_handle) const;
H A Dmodule.cpp186 std::string Module::getModuleHierarchy(const int64_t debug_handle) const { in getModuleHierarchy() function in torch::jit::mobile::Module
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in828 def getModuleHierarchy(self) -> str: ...