Home
last modified time | relevance | path

Searched refs:CheckGraphIdValid (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.h95 bool CheckGraphIdValid(GraphId graph_id) const;
Dascend_kernel_runtime.cc937 if (!CheckGraphIdValid(graph.graph_id())) { in RunTask()
1146 bool AscendKernelRuntime::CheckGraphIdValid(GraphId graph_id) const { in CheckGraphIdValid() function in mindspore::device::ascend::AscendKernelRuntime