Searched refs:segments_ptr (Results 1 – 2 of 2) sorted by relevance
93 std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in SplitAndCalculateBucketSize() argument97 MS_EXCEPTION_IF_NULL(segments_ptr); in SplitAndCalculateBucketSize()99 auto &segments = *segments_ptr; in SplitAndCalculateBucketSize()169 … std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> *segments_ptr, in GatherSegmentsToBuckets() argument179 MS_EXCEPTION_IF_NULL(segments_ptr); in GatherSegmentsToBuckets()182 auto &segments = *segments_ptr; in GatherSegmentsToBuckets()
165 …ReduceSparseGradientParam<T> ¶m, std::vector<std::shared_ptr<SparseGradient<T>>> *segments_ptr, in SplitAndCalculateSegmentBucketSize() argument169 MS_EXCEPTION_IF_NULL(segments_ptr); in SplitAndCalculateSegmentBucketSize()170 auto &segments = *segments_ptr; in SplitAndCalculateSegmentBucketSize()