HomeSort by relevance Sort by last modified time
    Searched refs:output_file_path (Results 1 - 18 of 18) sorted by null

  /external/sfntly/cpp/src/sample/subsetter/
subset_util.h 27 void Subset(const char* input_file_path, const char* output_file_path);
subset_util.cc 43 const char *output_file_path) {
44 UNREFERENCED_PARAMETER(output_file_path);
92 FILE* output_file = fopen(output_file_path, "wb");
  /external/tensorflow/tensorflow/examples/speech_commands/
wav_to_features_test.py 60 output_file_path = os.path.join(tmp_dir, "output.c")
64 input_file_path, output_file_path)
65 with open(output_file_path, "rb") as f:
76 output_file_path = os.path.join(tmp_dir, "output.c")
80 input_file_path, output_file_path)
81 with open(output_file_path, "rb") as f:
  /external/tensorflow/tensorflow/python/debug/cli/
readline_ui.py 101 prefix, args, output_file_path = self._parse_command(command)
118 if output_file_path:
120 screen_output.write_to_file(output_file_path)
121 print("Wrote output to %s" % output_file_path)
123 print("Failed to write output to %s" % output_file_path)
command_parser.py 124 output_file_path = None
126 output_file_path = args[-1][1:]
129 output_file_path = args[-1][1:]
132 output_file_path = args[-1]
137 output_file_path = None
139 output_file_path = args[-1][gt_index + 1:]
142 output_file_path = args[-1]
146 output_file_path = None
148 return args, output_file_path
base_ui.py 144 output_file_path: (str or None) The path to save the screen output
152 command_items, output_file_path = command_parser.extract_output_file_path(
155 return command_items[0], command_items[1:], output_file_path
curses_ui.py 723 prefix, args, output_file_path = self._parse_command(command)
756 if output_file_path:
758 screen_output.write_to_file(output_file_path)
759 self._info_toast("Wrote output to %s" % output_file_path)
761 self._error_toast("Failed to write output to %s" % output_file_path)
    [all...]
  /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
imagenet_accuracy_eval.cc 121 string output_file_path; local
124 Flag("output_file_path", &output_file_path, "Path to output file."),
130 CHECK(!output_file_path.empty()) << "Invalid output file path.";
137 std::ofstream output_stream(output_file_path, std::ios::out);
139 << output_file_path << "'";
README.md 134 --output_file_path=/data/local/tmp/accuracy_output.txt \
151 --output_file_path=/tmp/accuracy_output.txt \
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
  /external/tensorflow/tensorflow/tools/optimization/
optimization_pass_runner.cc 18 // --output_file_path=/tmp/output.pbtxt
75 string output_file_path; local
80 Flag("output_file_path", &output_file_path,
94 if (output_file_path.empty()) {
95 return errors::FailedPrecondition("output_file_path is a required flag.");
151 WriteTextProto(Env::Default(), output_file_path, graphdef));
  /external/tensorflow/tensorflow/tools/compatibility/update/
generate_v2_reorders_map.py 114 def update_reorders_v2(output_file_path):
118 output_file_path: File path to write output to. Any existing contents
133 file_io.write_string_to_file(output_file_path, renames_file_text)
generate_v2_renames_map.py 161 def update_renames_v2(output_file_path):
165 output_file_path: File path to write output to. Any existing contents
182 file_io.write_string_to_file(output_file_path, renames_file_text)
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 831 output_file_path = file_path[:-5]
833 output_file_path = '-'
834 if output_file_path == '-':
837 output_file = file(output_file_path, 'w')
  /external/googletest/googletest/scripts/
pump.py 839 output_file_path = file_path[:-5]
841 output_file_path = '-'
842 if output_file_path == '-':
845 output_file = file(output_file_path, 'w')
  /external/libchrome/mojo/public/tools/bindings/
mojom_bindings_generator.py 365 output_file_path = os.path.join(args.gen_dir, output_file)
366 WriteFile("", output_file_path)
  /external/googletest/googletest/src/
gtest.cc 187 FilePath output_file_path(output_file);
188 FilePath output_dir(output_file_path.RemoveFileName());
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 200 FilePath output_file_path(output_file);
201 FilePath output_dir(output_file_path.RemoveFileName());
    [all...]

Completed in 1626 milliseconds