Searched refs:has_graph_exec_ (Results 1 – 2 of 2) sorted by relevance
84 TORCH_CHECK(!has_graph_exec_, in capture_begin()198 has_graph_exec_ = true; in capture_end()224 TORCH_CHECK(has_graph_exec_, in replay()289 if (has_graph_ || has_graph_exec_) { in reset()297 if (has_graph_exec_) { in reset()299 has_graph_exec_ = false; in reset()305 TORCH_CHECK(has_graph_exec_, in pool()
53 bool has_graph_exec_ = false; member