Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc121 CNodePtrList FindUniqueCacheEnable(const CNodePtrList &cnodes) { in FindUniqueCacheEnable()
123 CNodePtrList unique_cache_enable; in FindUniqueCacheEnable()
443 CNodePtrList FindSparseGatherV2WithCache(const CNodePtrList &cnodes, const ParamSet &param_set) { in FindSparseGatherV2WithCache()
445 CNodePtrList sparse_gather_v2_with_cache; in FindSparseGatherV2WithCache()
618 void CacheEmbeddingForTrain(const FuncGraphPtr &graph, bool is_pipe, const CNodePtrList &cnodes, in CacheEmbeddingForTrain()
630 CNodePtrList sparse_gatherv2_with_cache = FindSparseGatherV2WithCache(cnodes, param_set); in CacheEmbeddingForTrain()
681 void CacheEmbeddingForEval(const FuncGraphPtr &graph, const CNodePtrList &cnodes, const CNodePtr &u… in CacheEmbeddingForEval()
704 CNodePtrList cnodes(orders.begin(), orders.end()); in AddCacheEmbedding()
/third_party/mindspore/mindspore/core/ir/
Danf.h67 using CNodePtrList = std::vector<CNodePtr>; variable