Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dreshape_transpose_fusion.cc85 AnfAlgo::SetNodeAttr(kAttrShape, MakeValue(Convert2Long(reshape_output_shape)), new_node); in Process()
Dtranspose_reshape_fusion.cc84 AnfAlgo::SetNodeAttr(kAttrShape, MakeValue(Convert2Long(reshape_output_shape)), new_node); in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.cc379 if (AnfAlgo::HasNodeAttr(kAttrShape, final_node)) { in CreateFusedCommunicationOp()
381 AnfAlgo::SetNodeAttr(kAttrShape, MakeValue(fusion_total_shape), fused_node); in CreateFusedCommunicationOp()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dcdist_fission.cc78 AnfAlgo::SetNodeAttr(kAttrShape, MakeValue(shape), broadcast_to); in AddBroadCastToNode()
Ddynamic_gru_v2_grad_fission.cc405 AnfAlgo::SetNodeAttr(kAttrShape, MakeValue(attr_shape), broadcast_to_d); in CreateWBroadcastToDNode()
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dconverter.cc207 (void)ConvertAttr<std::vector<int64_t>>(cnode, op_desc, kAttrShape, ge::HCOM_ATTR_SHAPE); in GenerateStubGeNode()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h343 constexpr auto kAttrShape = "shape"; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc51 AnfAlgo::SetNodeAttr(kAttrShape, MakeValue(dst_shape), reshape); in CreateReshapeNode()