Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.h157 TORCH_API std::vector<std::string> currentModuleHierarchy();
H A Dinterpreter.cpp1128 std::vector<std::string> currentModuleHierarchy() { in currentModuleHierarchy() function
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.cpp355 torch_ops_.jit_modules_.emplace_back(jit::currentModuleHierarchy()); in begin_op()