Home
last modified time | relevance | path

Searched refs:ParallelParameterContextInitShape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcontext.h136 void ParallelParameterContextInitShape(const FuncGraphPtr &func_graph);
Dcontext.cc203 void ParallelContext::ParallelParameterContextInitShape(const FuncGraphPtr &func_graph) { in ParallelParameterContextInitShape() function in mindspore::parallel::ParallelContext
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc508 context->ParallelParameterContextInitShape(func_graph); in AbstractSpecializeAction()