Home
last modified time | relevance | path

Searched refs:current_count_ (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dloop_count_actor.cc49 current_count_++; in IncreaseLoopCount()
51 … << ", current count: " << current_count_ << ", total running count: " << total_running_count_; in IncreaseLoopCount()
78 Async(output_aid_, &OutputActor::CollectLoopCount, current_count_, context); in SendOutput()
81 if (current_count_ == loop_count_) { in SendOutput()
82 current_count_ = 0; in SendOutput()
Doutput_actor.cc55 current_count_ = loop_count; in CollectLoopCount()
56 if (loop_count_ == current_count_) { in CollectLoopCount()
74 current_count_ = 0; in CollectLoopCount()
113 if (loop_count_ - current_count_ != 1) { in CollectOutput()
132 CollectLoopCount(++current_count_, context); in CollectOutput()
Dloop_count_actor.h41 current_count_(0), in LoopCountActor()
65 size_t current_count_; variable
Doutput_actor.h46 current_count_(0), in OutputActor()
77 size_t current_count_; variable
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dround_kernel.h101 size_t current_count_; variable
Dround_kernel.cc30 RoundKernel::RoundKernel() : name_(""), current_count_(0), required_count_(0), error_reason_(""), r… in RoundKernel()
/third_party/cef/tests/ceftests/
Dresource_manager_unittest.cc262 CHECK_LT(current_count_, expected_count_); in DestructCallback()
263 if (++current_count_ == expected_count_) in DestructCallback()
276 int current_count_ = 0; member in __anon5f33e1660211::ProviderDestructHelper