Home
last modified time | relevance | path

Searched defs:graph_ptr (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/native/
Dgraph.cpp46 … JNIEXPORT void JNICALL Java_com_mindspore_Graph_free(JNIEnv *env, jobject thiz, jlong graph_ptr) { in Java_com_mindspore_Graph_free()
Dmodel.cpp33jlong graph_ptr, jlong context_ptr, in Java_com_mindspore_Model_buildByGraph()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/debugger/
Ddebugger.h169 …void InsertExecutedGraph(const KernelGraphPtr &graph_ptr) { (void)executed_graph_ptr_set_.insert(g… in InsertExecutedGraph()
171 void SetGraphPtr(const KernelGraphPtr &graph_ptr) { graph_ptr_ = graph_ptr; } in SetGraphPtr()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.cc33 DfGraphWrapper::DfGraphWrapper(const std::string &name, const int &id, const DfGraphPtr &graph_ptr, in DfGraphWrapper()
67 Status DfGraphManager::AddGraph(const std::string &name, const DfGraphPtr &graph_ptr, const OptionM… in AddGraph()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/profiler/
Dgpu_profiling_utils.cc39 …ngTraceInfo ProfilingUtils::GetProfilingTraceFromEnv(NotNull<const session::KernelGraph *> graph_p… in GetProfilingTraceFromEnv()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger.cc212 void Debugger::CheckDatasetSinkMode(const KernelGraphPtr &graph_ptr) { in CheckDatasetSinkMode()
396 void Debugger::PreExecute(const KernelGraphPtr &graph_ptr) { in PreExecute()
451 void Debugger::SendMultiGraphsAndClear(const KernelGraphPtr &graph_ptr) { in SendMultiGraphsAndClear()
701 void Debugger::LoadGraphs(const KernelGraphPtr &graph_ptr) { in LoadGraphs()
723 void Debugger::CheckGraphPtr(const KernelGraphPtr &graph_ptr) { in CheckGraphPtr()
Ddebugger_utils.cc323 std::string CheckDatasetSinkMode(const KernelGraphPtr &graph_ptr) { in CheckDatasetSinkMode()
344 void LoadDataForDebugger(const KernelGraphPtr &graph_ptr) { in LoadDataForDebugger()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dacl_stream_assign.cc415 CNodePtr AclStreamAssign::CreateSendApplyKernel(const NotNull<KernelGraphPtr> &graph_ptr, uint32_t … in CreateSendApplyKernel()
429 CNodePtr AclStreamAssign::CreateRecvApplyKernel(const NotNull<KernelGraphPtr> &graph_ptr, uint32_t … in CreateRecvApplyKernel()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_kernel_cluster.cc68 auto graph_ptr = std::make_shared<Graph>(cnodes, tmp_node_idx_map); in Build() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas.cc208 bool Somas::Assign(const KernelGraphPtr &graph_ptr) { in Assign()