Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp169 static bool needsGradientInProfilingMode(Block* b) { in needsGradientInProfilingMode() function
185 if (needsGradientInProfilingMode(ib)) { in needsGradientInProfilingMode()
492 if (needsGradientInProfilingMode(copy->block())) { in runProfilingOptimizations()