Home
last modified time | relevance | path

Searched defs:CNodeIndexPairPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmanager.h82 using CNodeIndexPairPtr = std::shared_ptr<CNodeIndexPair>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Daction.cc941 …const auto matcher = [&func_graph](const std::pair<const CNodeIndexPairPtr, int64_t> &cnode_index)… in UsedByVmap()