Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/train/summary/
Dsummary_record.py181 time_second = str(int(time.time()))
183 self.file_info['file_name'] = get_event_file_name(file_prefix, file_suffix, time_second)
189 export_dir = "export_{}".format(time_second)
192 lineage=get_event_file_name(file_prefix, '_lineage', time_second),
193 explainer=get_event_file_name(file_prefix, '_explain', time_second),
D_summary_adapter.py43 def get_event_file_name(prefix, suffix, time_second): argument
/third_party/mindspore/mindspore/
Dcontext.py72 time_second = str(int(time.time()))
73 file_name = file_name + "." + time_second