Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_cpu_dynamic_kernel.cc73 shape_type = UnknowShapeOpType::DEPEND_COMPUTE; in Initialize()
163 if (AnfAlgo::IsDynamicShape(cnode) && unknow_type_ != DEPEND_COMPUTE) { in UpdateExtInfo()
218 if (unknow_type_ != DEPEND_COMPUTE) { in PostExecute()
Daicpu_ext_info_handle.h35 DEPEND_COMPUTE = 4 // op out shape get by totally computing enumerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_util.h108 DEPEND_COMPUTE = 4 // op out shape get by totally computing enumerator
Daicpu_kernel_build.cc395 shape_type = UnknowShapeOpType::DEPEND_COMPUTE; in CreateExtInfo()