Searched refs:time_second (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/train/summary/ |
D | summary_record.py | 181 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.py | 43 def get_event_file_name(prefix, suffix, time_second): argument
|
/third_party/mindspore/mindspore/ |
D | context.py | 72 time_second = str(int(time.time())) 73 file_name = file_name + "." + time_second
|