Home
last modified time | relevance | path

Searched defs:custom_cnode (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dconvert_custom_for_ge.cc34 auto custom_cnode = func_graph->NewCNode(inputs); in CreateCustomOp() local
113 auto custom_cnode = CreateCustomOp(func_graph, cnode); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/src/
Dcustom_creator.cc115 auto custom_cnode = func_graph->NewCNode(prim, subgraph_inputs); in CreateCustomOp() local
299const api::CNodePtr &custom_cnode, const ModelCoreInfoPtr &om_model_info) { in SetCustomOutputs()
329 const api::CNodePtr &custom_cnode, in SetCustomSingleOutput()
365 const api::CNodePtr &custom_cnode, in SetCustomMultiOutput()
Ddpico_pass.cc443 auto custom_cnode = custom_op_creator_->CreateCustomOp(func_graph, &subgraph, om_model_info); in ReplaceSubgraphWithCustom() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dkernel_builder.cc66 auto custom_cnode = builder->CreateCustomOp(func_graph, cnode); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/akg/
Dascend_kernel_builder.cc40 auto custom_cnode = func_graph->NewCNode(inputs); in CreateCustomOp() local
Dgpu_kernel_builder.cc63 auto custom_cnode = func_graph->NewCNode(inputs); in CreateCustomOp() local
Dcpu_kernel_builder.cc73 auto custom_cnode = func_graph->NewCNode(inputs); in CreateCustomOp() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/converter_extend/pass/
Dpass_registry_tutorial.cc64 auto custom_cnode = func_graph->NewCNode(primc, inputs); in CreateCustomOp() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dcluster_cce_lib_ops.cc104 auto custom_cnode = custom_node->cast<CNodePtr>(); in ReorderSubGraphInputs() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/tools/converter/registry/
Dpass_registry_test.cc170 auto custom_cnode = func_graph->NewCNode(primc_c, inputs); in CreateCustomOp() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel_impl.cc98 CNodePtr custom_cnode = func_graph->NewCNode(custom_prim_c, {param}); in CreateFuncGraphFromDataFlow() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_graph_executor.cc172 auto custom_cnode = (*itr)->cast<CNodePtr>(); in GetDataFlowGraph() local