Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc66 num_active_steps_(0), in EagerContext()
280 num_active_steps_++; in StartStep()
293 num_active_steps_--; in EndStep()
294 if (num_active_steps_ == 0) { in EndStep()
300 if (num_active_steps_.load() == 0) { in StepContainer()
Dcontext.h299 std::atomic<int> num_active_steps_; variable