Home
last modified time | relevance | path

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

/test/vts/testcases/template/gtest_binary_test/
Dgtest_test_case.py40 output_file_path=None, argument
57 if output_file_path:
58 self.output_file_path = output_file_path
70 output_file_path=self.output_file_path),
72 output=self.output_file_path)]
75 def output_file_path(self): member in GtestTestCase
79 self.output_file_path = '{directory}/gtest_output_{name}.xml'.format(
84 @output_file_path.setter
85 def output_file_path(self, output_file_path): argument
95 output_file_path = path_utils.TargetNormPath(output_file_path.strip())
[all …]
/test/vts/compilation_tools/vtsc/code_gen/
DCodeGenBase.cpp72 const char* output_file_path, in TranslateToFile() argument
74 string output_cpp_file_path_str = string(output_file_path); in TranslateToFile()
88 FILE* output_file = fopen(output_file_path, "w+"); in TranslateToFile()
90 cerr << __func__ << " could not open file " << output_file_path << endl; in TranslateToFile()
DCodeGenBase.h81 const char* output_file_path,
/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)