Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/debuginfo/
Dtest_bcc_debuginfo.pl32 my $input_filename = basename $testcase_file;
35 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
36 my $output_file = "$output_dir/$input_filename.gdb.output";
52 $s =~ s/\%s/$input_filename/g;
/frameworks/ml/nn/tools/
Dparse_benchmark.py45 def read_data(input_filename): argument
48 with open(input_filename) as f: