Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/runtime/
Dprofiling_record.cpp83 : profiled_graph_(std::move(g)), profiling_count_(getNumProfiledRuns()) {} in ProfilingRecord()
167 if (profiling_count_ > 0) { in insertShapeProfile()
314 return profiling_count_ == 0; in ready()
333 if (raw_pr->profiling_count_ > 0) { in instrumentGraph()
334 raw_pr->profiling_count_--; in instrumentGraph()
Dprofiling_record.h185 size_t profiling_count_; member
/external/pytorch/test/cpp/jit/
Dtest_misc.cpp2060 pr->profiling_count_ = 2; in TEST()