Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc384 for (auto &param_itr : graph_params) { in Mature() local
385 MS_EXCEPTION_IF_NULL(param_itr); in Mature()
386 auto param = param_itr->cast<ParameterPtr>(); in Mature()