Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/
Dmodel_thor.py469 should_stop = should_stop or run_context.get_stop_requested()
527 should_stop = should_stop or run_context.get_stop_requested()
534 should_stop = should_stop or run_context.get_stop_requested()
/third_party/mindspore/mindspore/train/callback/
D_callback.py277 def get_stop_requested(self): member in RunContext
/third_party/mindspore/mindspore/train/
Dmodel.py578 should_stop = should_stop or run_context.get_stop_requested()
636 should_stop = should_stop or run_context.get_stop_requested()
646 should_stop = should_stop or run_context.get_stop_requested()
/third_party/mindspore/mindspore/train/train_thor/
Dmodel_thor.py243 self.should_stop = self.should_stop or run_context.get_stop_requested()
/third_party/mindspore/tests/ut/python/utils/
Dtest_callback.py354 should_stop = run_context.get_stop_requested()