Searched refs:current_count_ (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
D | loop_count_actor.cc | 49 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()
|
D | output_actor.cc | 55 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()
|
D | loop_count_actor.h | 41 current_count_(0), in LoopCountActor() 65 size_t current_count_; variable
|
D | output_actor.h | 46 current_count_(0), in OutputActor() 77 size_t current_count_; variable
|
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/ |
D | round_kernel.h | 101 size_t current_count_; variable
|
D | round_kernel.cc | 30 RoundKernel::RoundKernel() : name_(""), current_count_(0), required_count_(0), error_reason_(""), r… in RoundKernel()
|
/third_party/cef/tests/ceftests/ |
D | resource_manager_unittest.cc | 262 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
|