Home
last modified time | relevance | path

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

/third_party/mindspore/scripts/map_dump_file_to_code/
Dmap_file_to_code.py26 def __init__(self, ir_file): argument
28 self.ir_file_path = self.ir_path_parse(ir_file)
34 def ir_path_parse(self, ir_file): argument
38 if ir_file == "":
40 ir_file = os.path.abspath(os.path.dirname(__file__))
45 for filename in os.listdir(os.path.join(ir_file)):
48 tmp_file = os.path.join(ir_file, filename)