Home
last modified time | relevance | path

Searched defs:dyn_shape_tmp_fix (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_generate_strategy.cc279 bool dyn_shape_tmp_fix) { in PrepareFlashAttentionScore()
360 …areFillV2(const std::shared_ptr<OperatorInfo> &op, Dimensions basic_stra, bool dyn_shape_tmp_fix) { in PrepareFillV2()
406 bool dyn_shape_tmp_fix) { in PreparePropagateBatchMatMul()
496 …reBiasAdd(const std::shared_ptr<OperatorInfo> &op, Dimensions basic_stra, bool dyn_shape_tmp_fix) { in PrepareBiasAdd()
521 …aParallel(const std::shared_ptr<OperatorInfo> &op, Dimensions basic_stra, bool dyn_shape_tmp_fix) { in PrepareDataParallel()
564 …idedSlice(const std::shared_ptr<OperatorInfo> &op, Dimensions basic_stra, bool dyn_shape_tmp_fix) { in PrepareStridedSlice()
641 …reSoftMax(const std::shared_ptr<OperatorInfo> &op, Dimensions basic_stra, bool dyn_shape_tmp_fix) { in PrepareSoftMax()
672 …LayerNorm(const std::shared_ptr<OperatorInfo> &op, Dimensions basic_stra, bool dyn_shape_tmp_fix) { in PrepareLayerNorm()
718 …reRmsNorm(const std::shared_ptr<OperatorInfo> &op, Dimensions basic_stra, bool dyn_shape_tmp_fix) { in PrepareRmsNorm()
743 …epareOneHot(const std::shared_ptr<OperatorInfo> &op, Dimensions strategy, bool dyn_shape_tmp_fix) { in PrepareOneHot()
[all …]
Drec_graph.h104 bool dyn_shape_tmp_fix = false; variable
Drec_parse_graph.cc451 const bool dyn_shape_tmp_fix) { in EliminateGraph()
Drec_cost.cc158 bool hasBeenSplitted(const Graph::NodeType &node, const bool dyn_shape_tmp_fix) { in hasBeenSplitted()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc1387 …Graph(const std::vector<AnfNodePtr> &all_nodes, const FuncGraphPtr &root, bool dyn_shape_tmp_fix) { in ReInitCostGraph()
1451 bool dyn_shape_tmp_fix = false; in ParallelStrategyRecSearch() local