Searched defs:graph_ptr (Results 1 – 10 of 10) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/native/ |
| D | graph.cpp | 46 … JNIEXPORT void JNICALL Java_com_mindspore_Graph_free(JNIEnv *env, jobject thiz, jlong graph_ptr) { in Java_com_mindspore_Graph_free()
|
| D | model.cpp | 33 … jlong graph_ptr, jlong context_ptr, in Java_com_mindspore_Model_buildByGraph()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/debugger/ |
| D | debugger.h | 169 …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/ |
| D | df_graph_manager.cc | 33 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/ |
| D | gpu_profiling_utils.cc | 39 …ngTraceInfo ProfilingUtils::GetProfilingTraceFromEnv(NotNull<const session::KernelGraph *> graph_p… in GetProfilingTraceFromEnv()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/ |
| D | debugger.cc | 212 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()
|
| D | debugger_utils.cc | 323 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/ |
| D | acl_stream_assign.cc | 415 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/ |
| D | graph_kernel_cluster.cc | 68 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/ |
| D | somas.cc | 208 bool Somas::Assign(const KernelGraphPtr &graph_ptr) { in Assign()
|