Searched refs:GetOutputOfGraphkernel (Results 1 – 3 of 3) sorted by relevance
244 static AnfNodePtr GetOutputOfGraphkernel(const KernelWithIndex &kernel_with_index);
1455 AnfNodePtr AnfRuntimeAlgorithm::GetOutputOfGraphkernel(const KernelWithIndex &kernel_with_index) { in GetOutputOfGraphkernel() function in mindspore::session::AnfRuntimeAlgorithm
1600 …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()