Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.h116 bool InitParamAggregator(const FuncGraphPtr &func_graph);
Dexecutor.cc35 bool ret = InitParamAggregator(func_graph); in Initialize()
323 bool Executor::InitParamAggregator(const FuncGraphPtr &func_graph) { in InitParamAggregator() function in mindspore::fl::server::Executor