Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dsparse_optimizer_cpu_kernel.h258 std::vector<std::vector<std::shared_ptr<BucketSparseGradient<T>>>> each_thread_buckets; in GatherSegmentIndicesToOutputBucket() local
269 (void)each_thread_buckets.emplace_back(thread_buckets); in GatherSegmentIndicesToOutputBucket()
275 auto task = [&param, &segments, &each_thread_buckets, i, current_indices_offset]() { in GatherSegmentIndicesToOutputBucket()
276 … CopySegmentIndicesToBucket<T>(param, segments[i], current_indices_offset, each_thread_buckets[i]); in GatherSegmentIndicesToOutputBucket()