Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp710 !is_graph_extra_memory_released_) { in getPlanFor()
819 is_graph_extra_memory_released_ = false; in debugFlushCompilationCache()
823 is_graph_extra_memory_released_ = true; in clearTheGraphCompilationIntermediateGraphs()
H A Dprofiling_graph_executor_impl.h70 bool is_graph_extra_memory_released_ = false; member