Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dlayer_norm_grad_split.cc53 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), layer_norm_x_backprop); in CreateOutputsOfLayerNormXBackpropV2()
77 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), layer_norm_beta_gamma_backprop); in CreateOutputsOfLayerNormBetaGammaBackpropV2()
Dgather_v2_ds_fission.cc80 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), pad); in CreatePad()
104 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), gather_v2); in CreateGatherV2Ds()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_tensor_move_for_getnext.cc47 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), new_node); in InsertTensorMoveForGetNextOutputs()
Dinsert_tensor_move_for_cascade.cc88 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), tensor_move); in InsertTensorMove()
Dinsert_tensor_move_for_hccl_op.cc125 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), tensor_move); in InsertTensorMove()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_dynaminc_shape_util.cc335 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(is_dyanmic_shape), cnode); in SetDynamicShapeAttr()
350 auto is_dynamic_shape = AnfAlgo::HasNodeAttr(kAttrIsDynamicShape, cnode); in GetDynamicShapeAttr()
354 is_dynamic_shape = AnfAlgo::GetNodeAttr<bool>(cnode, kAttrIsDynamicShape); in GetDynamicShapeAttr()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc314 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), trans_node); in NewTransOpNode()
356 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), cast); in AddCastOpNodeToGraph()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc137 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), cnode); in UpdateGraphDynamicShapeAttr()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc298 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), cnode); in UpdateGraphDynamicShapeAttr()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h445 constexpr auto kAttrIsDynamicShape = "is_dynamic_shape"; variable
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1983 get_bool_attr(prim, kAttrIsDynamicShape); in HasDynamicShapeFlag()
1988 GetBooleanAttr(node, kAttrIsDynamicShape); in IsDynamicShape()
Dsession_basic.cc2348 AnfAlgo::SetNodeAttr(kAttrIsDynamicShape, MakeValue(true), cnode); in UpdateGraphDynamicShapeAttr()