Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dtensor_utils.py135 def generate_animation_html(self, output_file_path, model_names=None, heatmap=True): argument
148 with open(output_file_path, 'w') as f:
168 def multiprocessing_generate_animation_html(self, output_file_path, argument
187 with open(output_file_path, 'w') as f:
527 output_file_path = args.output_file_path if args.output_file_path else '/tmp/intermediate.html'
542 generation_func(output_file_path=output_file_path, model_names=[args.model_name])
544 generation_func(output_file_path=output_file_path)
/test/vts-testcase/kernel/ltp/testcase/tools/
Dgen_ltp_config.py80 output_file=args.output_file_path)