/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | iteration.cc | 30 Iteration::~Iteration() { in ~Iteration() 38 void Iteration::RegisterMessageCallback(const std::shared_ptr<ps::core::TcpCommunicator> &communica… in RegisterMessageCallback() 42 … std::bind(&Iteration::HandleSyncIterationRequest, this, std::placeholders::_1)); in RegisterMessageCallback() 45 std::bind(&Iteration::HandleNotifyLeaderMoveToNextIterRequest, this, std::placeholders::_1)); in RegisterMessageCallback() 47 …"prepareForNextIter", std::bind(&Iteration::HandlePrepareForNextIterRequest, this, std::placeholde… in RegisterMessageCallback() 49 … std::bind(&Iteration::HandleMoveToNextIterRequest, this, std::placeholders::_1)); in RegisterMessageCallback() 51 … std::bind(&Iteration::HandleEndLastIterRequest, this, std::placeholders::_1)); in RegisterMessageCallback() 54 void Iteration::RegisterEventCallback(const std::shared_ptr<ps::core::ServerNode> &server_node) { in RegisterEventCallback() 58 … std::bind(&Iteration::HandleIterationRunningEvent, this)); in RegisterEventCallback() 60 … std::bind(&Iteration::HandleIterationCompletedEvent, this)); in RegisterEventCallback() [all …]
|
D | iteration.h | 45 class Iteration { 47 static Iteration &GetInstance() { in GetInstance() 48 static Iteration instance; in GetInstance() 125 Iteration() in Iteration() function 148 ~Iteration(); 149 Iteration(const Iteration &) = delete; 150 Iteration &operator=(const Iteration &) = delete;
|
D | round.cc | 27 class Iteration; 142 ++Iteration::GetInstance().running_round_num_; in LaunchRoundKernel() 168 Iteration::GetInstance().NotifyNext(false, reason); in LaunchRoundKernel() 170 --Iteration::GetInstance().running_round_num_; in LaunchRoundKernel() 218 if (Iteration::GetInstance().instance_state() == InstanceState::kFinish && name_ == "getModel") { in IsServerAvailable() 223 if (Iteration::GetInstance().instance_state() == InstanceState::kDisable || in IsServerAvailable() 224 Iteration::GetInstance().instance_state() == InstanceState::kFinish) { in IsServerAvailable()
|
D | server.h | 186 Iteration *iteration_;
|
D | server.cc | 198 iteration_ = &Iteration::GetInstance(); in InitIteration() 238 …TimeOutCb time_out_cb = std::bind(&Iteration::NotifyNext, iteration_, std::placeholders::_1, std::… in InitIteration() 240 std::bind(&Iteration::NotifyNext, iteration_, std::placeholders::_1, std::placeholders::_2); in InitIteration()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 278 struct Iteration struct 293 inline constexpr Iteration() : variants{}, validators{} {} in Iteration() argument 294 …inline constexpr Iteration(const VariantArray& v, const ValidatorArray& f) : variants{v}, validato… in Iteration() function 301 using IterationArray = ConstexprVector<Iteration, MAX_ITERATIONS>; 721 vector<VkGraphicsPipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& ite… in createPipelineCreateInfos() 943 vector<VkComputePipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& iterat… in createPipelineCreateInfos() 1132 TestParams::Iteration{ 1134 TestParams::Iteration::SINGLE_NORMAL, 1142 TestParams::Iteration{ 1144 TestParams::Iteration::SINGLE_NOCOMPILE, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 283 int Iteration : 30; member 302 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 307 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 387 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 391 for (;; --Iteration) { in analyzeLoopUnrollCost() 397 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 416 if (Iteration == 0) in analyzeLoopUnrollCost() 433 << Iteration << "): "); in analyzeLoopUnrollCost() 456 assert(Iteration > 0 && in analyzeLoopUnrollCost() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopUnrollAnalyzer.h | 48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 52 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
D | CGSCCPassManager.h | 610 for (int Iteration = 0;; ++Iteration) { 689 if (Iteration >= MaxIterations) {
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglWideColorTests.cpp | 556 struct Iteration struct 561 Iteration(float s, float i, int c) in Iteration() function 573 const std::vector<Iteration>& iterations); 606 const std::vector<struct Iteration> m_iterations; 610 …tion, const EGLint* attribList, EGLint colorSpace, const std::vector<struct Iteration>& iterations) in WideColorSurfaceTest() 1168 std::vector<Iteration>::const_iterator it; // declare an Iterator to a vector of strings in doClearTest() 1365 std::vector<Iteration> iterations; in init() 1368 iterations.push_back(Iteration(-0.333251953125f, fp16Increment1, 10)); in init() 1370 iterations.push_back(Iteration(-fp16Increment1 * 5.0f, fp16Increment1, 10)); in init() 1373 iterations.push_back(Iteration(1.0f - fp16Increment2 * 5.0f, fp16Increment2, 10)); in init() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 490 unsigned Iteration = 0; in runOnModule() local 493 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule() 494 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule() 498 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule() 502 << Iteration in runOnModule() 505 MaxSCCIterations.updateMax(Iteration); in runOnModule()
|
/third_party/icu/docs/userguide/strings/ |
D | characteriterator.md | 100 Forward Iteration. Forward Iteration is an access method that reads a character 104 Iteration. These calls are the only character access methods provided by the 115 Iteration are the next() or next32() calls. An iteration loop must start with 120 Backward Iteration has pre-decrement semantics, which are the exact opposite of 121 the post-increment Forward Iteration. The current index reads the character that 123 beginning of this character. The methods used for Backward Iteration are the
|
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/ |
D | push_metrics_kernel.cc | 83 Iteration::GetInstance().set_loss(loss); in PushMetrics() 84 Iteration::GetInstance().set_accuracy(accuracy); in PushMetrics()
|
/third_party/typescript/tests/cases/user/ts-toolbelt/ |
D | index.ts | 8 type StdRecursiveIteration<T extends any[], I extends I.Iteration = I.IterationOf<'0'>> = {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 282 bool Iteration = true; in FlattenParallelAndOr() local 307 Iteration = false; in FlattenParallelAndOr() 312 } while (Iteration); in FlattenParallelAndOr()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | refmanual.toc | 12 Algorithms/Iteration Algorithms
|
D | Algorithms-Iteration.rst | 2 Iteration algorithms are the basic building blocks behind many of the
|
D | accumulate.rst | 1 .. Algorithms/Iteration Algorithms//accumulate |10
|
D | fold.rst | 1 .. Algorithms/Iteration Algorithms//fold
|
/third_party/boost/libs/icl/doc/ |
D | functions_element_iteration.qbk | 30 Iteration over segments is fast, compared to an iteration over elements, 36 Iteration over elements . . .
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | FixedVector_unittest.cpp | 124 TEST(FixedVector, Iteration) in TEST() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | FixedVector_unittest.cpp | 124 TEST(FixedVector, Iteration) in TEST() argument
|
/third_party/boost/libs/range/doc/reference/algorithm_ext/ |
D | for_each.qbk | 54 Iteration is stopped upon reaching the end of the shorter of `rng1`, or `rng2`.
|
/third_party/e2fsprogs/lib/support/ |
D | prof_err.et | 40 "Iteration through all top level section not supported"
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | StackContainerTests.cpp | 155 TEST(StackContainer, Iteration) { in TEST() argument
|