Home
last modified time | relevance | path

Searched defs:run_context (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mindspore/mindspore/train/callback/
D_callback.py113 def begin(self, run_context): argument
121 def epoch_begin(self, run_context): argument
129 def epoch_end(self, run_context): argument
137 def step_begin(self, run_context): argument
145 def step_end(self, run_context): argument
153 def end(self, run_context): argument
201 def begin(self, run_context): argument
206 def epoch_begin(self, run_context): argument
211 def epoch_end(self, run_context): argument
216 def step_begin(self, run_context): argument
[all …]
D_time_monitor.py40 def epoch_begin(self, run_context): argument
49 def epoch_end(self, run_context): argument
D_loss_monitor.py46 def step_end(self, run_context): argument
D_lr_scheduler_callback.py60 def step_end(self, run_context): argument
D_summary_collector.py356 def begin(self, run_context): argument
367 def step_end(self, run_context): argument
422 def epoch_end(self, run_context): argument
425 def end(self, run_context): argument
D_checkpoint.py337 def step_end(self, run_context): argument
361 def end(self, run_context): argument
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/src/
Dcallback.py42 def epoch_end(self, run_context): argument
71 def step_end(self, run_context): argument
96 def epoch_begin(self, run_context): argument
99 def epoch_end(self, run_context): argument
105 def step_begin(self, run_context): argument
108 def step_end(self, run_context): argument
/third_party/mindspore/tests/st/quantization/resnet50_quant/
Dutils.py49 def epoch_begin(self, run_context): argument
53 def epoch_end(self, run_context): argument
63 def step_begin(self, run_context): argument
66 def step_end(self, run_context): argument
/third_party/mindspore/tests/st/quantization/mobilenetv2_quant/
Dutils.py50 def epoch_begin(self, run_context): argument
54 def epoch_end(self, run_context): argument
64 def step_begin(self, run_context): argument
67 def step_end(self, run_context): argument
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/
Dtest_yolov3.py65 def step_end(self, run_context): argument
77 def epoch_begin(self, run_context): argument
80 def epoch_end(self, run_context): argument
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/
Dtest_yolov3_darknet53.py68 def step_end(self, run_context): argument
82 def epoch_begin(self, run_context): argument
85 def epoch_end(self, run_context): argument
/third_party/mindspore/tests/st/model_zoo_tests/transformer/
Dtest_transformer.py122 def step_end(self, run_context): argument
139 def epoch_begin(self, run_context): argument
142 def epoch_end(self, run_context): argument
/third_party/mindspore/tests/st/networks/models/deeplabv3/
Dtest_deeplabv3.py55 def epoch_begin(self, run_context): argument
57 def step_end(self, run_context): argument
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/
Dcallbacks.py51 def step_end(self, run_context): argument
105 def epoch_end(self, run_context): argument
/third_party/mindspore/tests/st/networks/models/bert/bert_performance/
Dtest_bert_thor.py84 def epoch_begin(self, run_context): argument
87 def epoch_end(self, run_context): argument
101 def epoch_end(self, run_context): argument
Dtest_bert_tdt_lossscale.py151 def step_end(self, run_context): argument
168 def epoch_begin(self, run_context): argument
171 def epoch_end(self, run_context): argument
/third_party/mindspore/tests/st/networks/models/bert/bert_precision/
Dtest_bert_tdt_lossscale.py151 def step_end(self, run_context): argument
168 def epoch_begin(self, run_context): argument
171 def epoch_end(self, run_context): argument
/third_party/mindspore/mindspore/dataset/callback/
Dds_callback.py173 def epoch_end(self, run_context): argument
199 def step_end(self, run_context): argument
248 def end(self, run_context): argument
/third_party/mindspore/tests/st/networks/models/resnet50/
Dtest_resnet50_imagenet.py99 def step_end(self, run_context): argument
118 def epoch_begin(self, run_context): argument
121 def epoch_end(self, run_context): argument
/third_party/mindspore/tests/st/model_zoo_tests/deeplabv3/
Dtrain_one_epoch_with_loss.py51 def epoch_begin(self, run_context): argument
53 def step_end(self, run_context): argument
/third_party/mindspore/mindspore/train/train_thor/
Dmodel_thor.py144 def _train_gpu_sink_step(self, cb_params, inputs, list_callback, iter_first_order, run_context): argument
169 …nd_sink_step(self, cb_params, train_dataset, iter_first_order, inputs, list_callback, run_context): argument
/third_party/mindspore/tests/st/fl/cross_silo_femnist/
Dtest_cross_silo_femnist.py188 def step_end(self, run_context): argument
208 def epoch_begin(self, run_context): argument
211 def epoch_end(self, run_context): argument
/third_party/mindspore/tests/st/pynative/
Dtest_pynative_resnet50_ascend.py56 def epoch_begin(self, run_context): argument
59 def epoch_end(self, run_context): argument
64 def step_begin(self, run_context): argument
67 def step_end(self, run_context): argument
/third_party/mindspore/tests/st/tbe_networks/
Dtest_resnet_cifar_1p.py110 def step_end(self, run_context): argument
/third_party/mindspore/tests/ut/python/dataset/
Dtest_callbacks.py238 def epoch_end(self, run_context): argument
243 def step_end(self, run_context): argument

12