Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunsorted_segment_min.cu31 __global__ void UnsortedSegmentMin(const T *input, const int *segment_ids, const int64_t num_segmen… in UnsortedSegmentMin() function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py2104 class UnsortedSegmentMin(PrimitiveWithCheck): class