Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc242 bool op_is_dynamic = x_is_dyn || ids_is_dyn; in InferImplUnsortedSegmentSum() local
251 if (!op_is_dynamic) { // not dynamic in InferImplUnsortedSegmentSum()
297 bool op_is_dynamic = x_is_dyn || ids_is_dyn; in InferImplUnsortedSegmentMax() local
306 if (!op_is_dynamic) { // not dynamic in InferImplUnsortedSegmentMax()
349 bool op_is_dynamic = x_is_dyn || ids_is_dyn; in InferImplUnsortedSegmentMin() local
358 if (!op_is_dynamic) { // not dynamic in InferImplUnsortedSegmentMin()