Searched refs:first_cache_input_index (Results 1 – 2 of 2) sorted by relevance
1578 AnfNodePtr *const first_cache_input_index, in GetFirstPSEmbeddingCache() argument1617 *first_cache_input_index = cnode; in GetFirstPSEmbeddingCache()1650 AnfNodePtr first_cache_input_index = nullptr; in CheckIfSupportPSEmbeddingCache() local1652 GetFirstPSEmbeddingCache(graph, &first_cache_input_index, &first_cache_size); in CheckIfSupportPSEmbeddingCache()1653 MS_EXCEPTION_IF_NULL(first_cache_input_index); in CheckIfSupportPSEmbeddingCache()1678 if (cnode == first_cache_input_index) { in CheckIfSupportPSEmbeddingCache()
171 …FirstPSEmbeddingCache(const session::KernelGraph &graph, AnfNodePtr *const first_cache_input_index,