Home
last modified time | relevance | path

Searched refs:should_increment (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/csrc/autograd/
Dpython_engine.cpp67 bool should_increment) { in thread_init() argument
69 if (should_increment) { in thread_init()
83 if (should_increment) { in thread_init()
Dpython_engine.h18 bool should_increment) override;
Dengine.h202 bool should_increment = true);
Dengine.cpp346 bool should_increment) { in thread_init() argument
353 if (should_increment) { in thread_init()
384 if (should_increment) { in thread_init()
/external/perfetto/src/profiling/memory/
Dclient_api.cc406 bool should_increment = true; in AHeapProfile_reportAllocation() local
408 should_increment = in AHeapProfile_reportAllocation()
412 if (should_increment) { in AHeapProfile_reportAllocation()