Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc229 (*target_func_graph)->set_hyper_param_count(func_graph->hyper_param_count()); in SetFuncGraphInfo()
753 new_func_graph->set_hyper_param_count(func_graph->hyper_param_count()); in TransformableClone()
Dfunc_graph.h223 void set_hyper_param_count(size_t count) { hyper_param_count_ = count; } in set_hyper_param_count() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dresolve.cc173 top_graph->set_hyper_param_count(hyper_param_count + 1); in ConvertLoadedGraph()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dless_batch_normalization.cc347 root_graph->set_hyper_param_count(hyper_param_count); in RemoveBatchNormalizetionNotUseParameters()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.cc994 root_->set_hyper_param_count(root_->hyper_param_count() - del_num); in ElimParameter()