Home
last modified time | relevance | path

Searched defs:is_train (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/st/dynamic_shape/
Dtest_getnext_dynamic_pipeline.py23 def _exec_preprocess(network, is_train, dataset, dataset_sink_mode, sink_size=-1, epoch_num=1, data… argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dbatch_norm_relu_fusion.cc46 auto is_train = AnfAlgo::GetCNodePrimitive(batch_norm)->GetAttr("is_training"); in Process() local
Dbatch_norm_add_relu_fusion.cc49 auto is_train = AnfAlgo::GetCNodePrimitive(batch_norm)->GetAttr("is_training"); in Process() local
Dpost_batch_norm_add_relu_fusion.cc49 auto is_train = AnfAlgo::GetCNodePrimitive(batch_norm)->GetAttr("is_training"); in Process() local
Dbatch_norm_relu_grad_fusion.cc42 auto is_train = AnfAlgo::GetCNodePrimitive(node)->GetAttr("is_training"); in Process() local
Dbatch_norm_add_relu_grad_fusion.cc187 auto is_train = AnfAlgo::GetCNodePrimitive(batch_norm)->GetAttr("is_training"); in Process() local
/third_party/mindspore/mindspore/train/train_thor/
Dmodel_thor.py127 def _exec_preprocess(self, network, is_train, phase, dataset, dataset_sink_mode, sink_size=-1, argument
/third_party/mindspore/mindspore/lite/tools/converter/
Danf_transform.cc512 auto is_train = config->trainModel; in StoreBuiltinPass() local
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/
Dmodel_thor.py268 …def _exec_preprocess(self, network, is_train, phase, dataset, dataset_sink_mode, iter_first_order=… argument
/third_party/mindspore/mindspore/train/
Dmodel.py334 …def _exec_preprocess(self, is_train, dataset, dataset_sink_mode, sink_size=-1, epoch_num=1, datase… argument