Searched refs:output_file_path (Results 1 – 2 of 2) sorted by relevance
135 def generate_animation_html(self, output_file_path, model_names=None, heatmap=True): argument148 with open(output_file_path, 'w') as f:168 def multiprocessing_generate_animation_html(self, output_file_path, argument187 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)
80 output_file=args.output_file_path)