Home
last modified time | relevance | path

Searched refs:GetOutputOfGraphkernel (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h244 static AnfNodePtr GetOutputOfGraphkernel(const KernelWithIndex &kernel_with_index);
Danf_runtime_algorithm.cc1455 AnfNodePtr AnfRuntimeAlgorithm::GetOutputOfGraphkernel(const KernelWithIndex &kernel_with_index) { in GetOutputOfGraphkernel() function in mindspore::session::AnfRuntimeAlgorithm
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1600 …AnfAlgo::IsGraphKernel(input_index.first) ? AnfAlgo::GetOutputOfGraphkernel(input_index) : input_i… in GetFirstPSEmbeddingCache()
1676 …AnfAlgo::IsGraphKernel(input_index.first) ? AnfAlgo::GetOutputOfGraphkernel(input_index) : input_i… in CheckIfSupportPSEmbeddingCache()