Home
last modified time | relevance | path

Searched defs:segment_ids_shape (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dunsorted_segment_sum.cc42 …auto segment_ids_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->BuildShape… in UnsortedSegmentSumInfer() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dunsorted_segment_sum_cpu_kernel.cc34 auto segment_ids_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 1); in InitKernel() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16_grad/
Dunsorted_segment_sum_fp16.cc42 auto segment_ids_shape = in_tensors_.at(1)->shape(); in Init() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dunsorted_segment_sum.cc42 auto segment_ids_shape = in_tensors_.at(1)->shape(); in Init() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc237 auto segment_ids_shape = segment_ids->shape()->shape(); in InferImplUnsortedSegmentSum() local
292 auto segment_ids_shape = segment_ids->shape()->shape(); in InferImplUnsortedSegmentMax() local
344 auto segment_ids_shape = segment_ids->shape()->shape(); in InferImplUnsortedSegmentMin() local