Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dbroadcast_to_info.cc163 Attr attr_shape = std::make_pair(SHAPE, MakeValue(to_shape)); in ComputeReplaceGraph() local
164 OperatorAttrs attrs = {attr_shape}; in ComputeReplaceGraph()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Ddynamic_gru_v2_grad_fission.cc404 …std::vector<int64_t> attr_shape = {SizeToLong(t_size), SizeToLong(input_size), SizeToLong(kGateNum… in CreateWBroadcastToDNode() local
405 AnfAlgo::SetNodeAttr(kAttrShape, MakeValue(attr_shape), broadcast_to_d); in CreateWBroadcastToDNode()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.cc650 Attr attr_shape = std::make_pair(SHAPE, shape_type_pair.first); in InsertReceive() local
654 OperatorAttrs attrs = {attr_tag, attr_rank, attr_shape, attr_dtype, attr_group, attr_group_back}; in InsertReceive()