Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dinline_control_flow_scheduler.cc70 const auto &gather_cnode = gather_to_switch.first->cast<CNodePtr>(); in GetBranchNameToCondtionActor() local
433 const auto &gather_cnode = input_with_index.first->cast<CNodePtr>(); in FixRefCountForRefNode() local
490 const auto &gather_cnode = node->cast<CNodePtr>(); in FixRefCountForInputNode() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/mapper/
Dresize_mapper.cc187 auto gather_cnode = in CalResizeShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/
Donnx_megatron_op_adjust.cc88 auto gather_cnode = func_graph->NewCNode(all_gather_prim_c, {input}); in AdjustMegatronLinearAllGather() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dresize_fusion.cc218 auto gather_cnode = resize_cnode->input(kInputIndexTwo)->cast<CNodePtr>(); in DoFuison() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/
Dunify_format.cc316 auto gather_cnode = opt::GenGatherNode(func_graph, gather_input, gather_indices, gather_name); in ConvertOnnxResizeForVariableShape() local