Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/c10d/
Dreducer.hpp523 bool static_graph_after_first_iteration();
Dreducer.cpp279 bool Reducer::static_graph_after_first_iteration() { in static_graph_after_first_iteration() function in c10d::Reducer
706 if (static_graph_after_first_iteration()) { in autograd_hook()
923 if (static_graph_after_first_iteration() && should_rebuild_buckets()) { in mark_variable_ready()