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.cc91 num_active_steps_(0), in EagerContext()
603 num_active_steps_++; in StartStep()
608 num_active_steps_--; in EndStep()
609 if (num_active_steps_ == 0) { in EndStep()
Dcontext.h639 std::atomic<int> num_active_steps_; variable