Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcontext.h137 …void ParallelParameterContextRestoreShape(const FuncGraphPtr &func_graph, const ParameterPtr &para…
Dcontext.cc231 void ParallelContext::ParallelParameterContextRestoreShape(const FuncGraphPtr &func_graph, in ParallelParameterContextRestoreShape() function in mindspore::parallel::ParallelContext
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc524 context->ParallelParameterContextRestoreShape(func_graph, param_node, abs_ref); in AbstractSpecializeAction()