Searched defs:CNodePtr (Results 1 – 15 of 15) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | running_data_recorder.h | 29 using CNodePtr = std::shared_ptr<CNode>; variable
|
D | graph_exec_order_recorder.h | 26 using CNodePtr = std::shared_ptr<CNode>; variable
|
D | stream_exec_order_recorder.h | 54 using CNodePtr = std::shared_ptr<CNode>; variable
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/ |
D | eliminate_redundant_op.cc | 70 bool TransOpEliminateCondition(const CNodePtr &, const CNodePtr &) { return true; } in TransOpEliminateCondition()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | recompute.cc | 340 std::unordered_map<CNodePtr, CNodePtr> *origin_to_recomputed_nodes) { in NewRecomputedNode() 410 std::unordered_map<CNodePtr, CNodePtr> *origin_to_recomputed_nodes) { in DuplicateRecomputedNodes()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | kernel_graph.h | 346 …void InsertFromSendRecvPair(const CNodePtr &allreduce, const std::pair<CNodePtr, CNodePtr> &send_r… in InsertFromSendRecvPair() 349 …void InsertToSendRecvPair(const CNodePtr &allreduce, const std::pair<CNodePtr, CNodePtr> &send_rec… in InsertToSendRecvPair()
|
D | ascend_auto_monad.cc | 1626 std::set<CNodePtr> GetAllNodes(std::map<CNodePtr, const size_t> *search_list) { in GetAllNodes() 1743 const std::map<CNodePtr, const size_t> &search_list, const std::vector<CNodePtr> &exec_order) { in CountParameterAssigns()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | parameter_manager.cc | 51 …ersInfo FindRefKeyNodeUsers(const RefKeyPair &ref_key_pair, bool (*IsCareNode)(const CNodePtr &)) { in FindRefKeyNodeUsers() 150 ParameterUsersInfo FindParameterUsers(const AnfNodePtr &node, bool (*IsCareNode)(const CNodePtr &))… in FindParameterUsers()
|
D | step_parallel.cc | 1222 const std::vector<std::pair<CNodePtr, LossNodeInfo>> &sens_loss_pairs) { in BackwardCommunication() 1231 …[node](const std::pair<CNodePtr, LossNodeInfo> &element) { return element.second.loss_node == node… in BackwardCommunication() 2479 void StepSplitSens(const std::pair<CNodePtr, LossNodeInfo> &sens_loss_pair) { in StepSplitSens()
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | parameter_aggregator.cc | 349 std::vector<std::string> ParameterAggregator::SelectAggregationAlgorithm(const CNodePtr &) { in SelectAggregationAlgorithm()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | operator_info.h | 117 virtual ReplaceGraphPtr replace_graph(const CNodePtr &) { return replace_graph_; } in replace_graph()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_model_parser.cc | 783 STATUS TFModelParser::ControlFlowNodePostProcess(const std::map<CNodePtr, FuncGraphPtr> &first_func… in ControlFlowNodePostProcess()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/ |
D | dynamic_rnn_grad_fission_v2.cc | 500 AnfNodePtr CreateDbReduceSum(const FuncGraphPtr &func_graph, const CNodePtr &, const AnfNodePtr &ls… in CreateDbReduceSum()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | branch_culling.cc | 116 void RunSwitchNodeReplace(const FuncGraphManagerPtr &manager, std::vector<std::pair<CNodePtr, CNode… in RunSwitchNodeReplace()
|
/third_party/mindspore/mindspore/core/ir/ |
D | anf.h | 66 using CNodePtr = std::shared_ptr<CNode>; variable
|