Home
last modified time | relevance | path

Searched refs:IsDynamicShape (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dremove_reshape_pair.cc47 if (AnfAlgo::IsDynamicShape(out_reshape) || AnfAlgo::IsDynamicShape(in_reshape)) { in Process()
Dreshape_transpose_fusion.cc57 if (AnfAlgo::IsDynamicShape(transpose_cnode) || AnfAlgo::IsDynamicShape(reshape_cnode)) { in Process()
Dtranspose_reshape_fusion.cc61 if (AnfAlgo::IsDynamicShape(transpose_cnode) || AnfAlgo::IsDynamicShape(reshape_cnode)) { in Process()
Dmul_addn_fusion.cc93 if (AnfAlgo::IsDynamicShape(mul->input(lossscale_input_index))) { in Process()
Dmomentum_lossscale_fusion.cc33 if (AnfAlgo::IsDynamicShape(node)) { in CheckValueNodeInputOfMul()
Dderelu_fusion.cc53 if (AnfAlgo::IsDynamicShape(relu)) { in CreateReluV2()
Dconfusion_mul_grad_fusion.cc92 if (AnfAlgo::IsDynamicShape(addn)) { in QuitFusion()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dchange_axis_of_reduce_kernel.cc111 if (AnfAlgo::IsDynamicShape(node)) { in Process()
117 if (AnfAlgo::IsDynamicShape(node)) { in Process()
/third_party/mindspore/mindspore/ccsrc/runtime/device/executor/
Ddynamic_kernel.cc35 is_dynamic_shape_ = AnfAlgo::IsDynamicShape(cnode); in Initialize()
109 if (!opt::IsNopNode(*input_node) || !AnfAlgo::IsDynamicShape(*input_node)) { in InferShapeForNopNode()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dredistribution_layout_transfer.h32 bool IsDynamicShape() const { return is_dynamic_shape_; } in IsDynamicShape() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dsplitv_fission.cc29 if (AnfAlgo::IsDynamicShape(node)) { in Process()
Dpack_fission.cc71 if (AnfAlgo::IsDynamicShape(node)) { in Process()
Dlayer_norm_grad_split.cc109 bool is_dynamic_shape = AnfAlgo::IsDynamicShape(cnode); in Process()
Dconcat_fission.cc80 if (AnfAlgo::IsDynamicShape(node)) { in Process()
Dreduce_min_fission.cc109 if (AnfAlgo::IsDynamicShape(node)) { in Process()
Dtopk_split.cc129 if (AnfAlgo::IsDynamicShape(node)) { in Process()
Dgather_v2_ds_fission.cc139 …if (param_shape.empty() || indice_shape.empty() || AnfAlgo::IsDynamicShape(origin_node->input(kDim… in CheckInputs()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_cpu_dynamic_kernel.cc163 if (AnfAlgo::IsDynamicShape(cnode) && unknow_type_ != DEPEND_COMPUTE) { in UpdateExtInfo()
224 if (AnfAlgo::IsDynamicShape(cnode)) { in PostExecute()
Dai_core_dynamic_kernel.cc71 if (!AnfAlgo::IsDynamicShape(cnode)) { in ParseCompileJson()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dconvert_const_input_to_attr.cc53 if (AnfAlgo::IsDynamicShape(cnode)) { in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_pad_for_nms_with_mask.cc54 if (AnfAlgo::IsDynamicShape(node)) { in Process()
Dsplit_n_optimizer.cc176 if (AnfAlgo::IsDynamicShape(node)) { in NeedSkip()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Drelu_v2_pass.cc78 if (AnfAlgo::IsDynamicShape(relu)) { in CreateReluV2()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_adapter.h99 if (!AnfAlgo::IsNodeDynamicShape(anf_node) && !AnfAlgo::IsDynamicShape(anf_node)) { in DynamicInputAdjusted()
Dtbe_kernel_mod.cc118 auto dynamic_flag = AnfAlgo::IsDynamicShape(cnode_ptr); in GenDynamicKernel()

12