Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/profiler/
Dcollection.h642 bool tracePython() const;
Dcollection.cpp675 if (tracePython()) {
680 bool RecordQueue::tracePython() const { in tracePython() function in torch::profiler::impl::RecordQueue