Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_kineto.h61 bool isPythonFunction() const;
H A Dprofiler_kineto.cpp417 [](const auto& i) { return i.isPythonFunction(); }), in finalizeTrace()
857 bool KinetoEvent::isPythonFunction() const { in isPythonFunction() function in torch::autograd::profiler::KinetoEvent