Home
last modified time | relevance | path

Searched defs:InferReplaceGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dgather_info.cc550 Status ManualImpl::InferReplaceGraph(const CNodePtr &cnode) { in InferReplaceGraph() function in mindspore::parallel::ManualImpl
584 Status GatherManualImpl::InferReplaceGraph(const CNodePtr &cnode) { in InferReplaceGraph() function in mindspore::parallel::GatherManualImpl
1000 Status ShardAxisImpl::InferReplaceGraph(const CNodePtr &cnode) { in InferReplaceGraph() function in mindspore::parallel::ShardAxisImpl
Dresizebilinear_v2_info.cc446 void ResizeBilinearV2Info::InferReplaceGraph(const CNodePtr &cnode) { in InferReplaceGraph() function in mindspore::parallel::ResizeBilinearV2Info
Dgather_info.h63 virtual Status InferReplaceGraph(const CNodePtr &cnode) { return SUCCESS; } in InferReplaceGraph() function