Home
last modified time | relevance | path

Searched defs:UnsortedSegmentMax (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunsorted_segment_max.cu21 __global__ void UnsortedSegmentMax(const T *input, const S *segment_ids, const int64_t num_segments… in UnsortedSegmentMax() function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py2174 class UnsortedSegmentMax(PrimitiveWithCheck): class