HomeSort by relevance Sort by last modified time
    Searched refs:file_prefix (Results 1 - 25 of 27) sorted by null

1 2

  /external/tensorflow/tensorflow/core/util/
events_writer_test.cc 112 string file_prefix = GetDirName("/writeflush_test"); local
113 EventsWriter writer(file_prefix);
121 string file_prefix = GetDirName("/writeclose_test"); local
122 EventsWriter writer(file_prefix);
130 string file_prefix = GetDirName("/writedelete_test"); local
131 EventsWriter* writer = new EventsWriter(file_prefix);
139 string file_prefix = GetDirName("/failflush_test"); local
140 EventsWriter writer(file_prefix);
151 string file_prefix = GetDirName("/failclose_test"); local
152 EventsWriter writer(file_prefix);
163 string file_prefix = GetDirName("\/initwriteclose_test"); local
176 string file_prefix = GetDirName("\/namewriteclose_test"); local
186 string file_prefix = GetDirName("\/nameclose_test"); local
195 string file_prefix = GetDirName("\/fdbw_test"); local
    [all...]
events_writer.h 41 // To create and EventWriter, the user should provide file_prefix =
46 // EventWriters writing to the same file_prefix.
47 explicit EventsWriter(const string& file_prefix);
events_writer.cc 33 EventsWriter::EventsWriter(const string& file_prefix)
36 file_prefix_(file_prefix),
  /external/tensorflow/tensorflow/python/training/saving/
functional_saver.py 76 def save(self, file_prefix):
77 """Save the saveable objects to a checkpoint with `file_prefix`.
80 file_prefix: A string or scalar string Tensor containing the prefix to
83 A scalar string Tensor containing `file_prefix` with control dependencies
96 file_prefix, tensor_names, tensor_slices, tensors)]):
97 return array_ops.identity(file_prefix)
99 def restore(self, file_prefix):
100 """Restore the saveable objects from a checkpoint with `file_prefix`.
103 file_prefix: A string or scalar string Tensor containing the prefix for
107 A scalar string Tensor containing `file_prefix` with control dependencie
    [all...]
  /external/webrtc/webrtc/tools/barcode_tools/
helper_functions.py 83 file_prefix = os.path.join(directory, file_pattern)
90 file_name = file_prefix + zero_padded_file_number + '.' + file_extension
barcode_decoder.py 127 file_prefix = os.path.join(input_directory, 'frame_')
133 barcode_file_name = file_prefix + frame_number + '.txt'
134 png_frame = file_prefix + frame_number + '.png'
215 file_prefix = os.path.join(input_directory, 'frame_')
220 file_name = (file_prefix + helper_functions.zero_pad(num) + '.png')
  /external/webrtc/webrtc/base/
filerotatingstream.h 31 const std::string& file_prefix);
36 const std::string& file_prefix,
87 const std::string& file_prefix,
filerotatingstream.cc 27 const std::string& file_prefix)
28 : FileRotatingStream(dir_path, file_prefix, 0, 0, kRead) {
32 const std::string& file_prefix,
36 file_prefix,
45 const std::string& file_prefix,
50 file_prefix_(file_prefix),
filerotatingstream_unittest.cc 26 const std::string& file_prefix,
36 stream_.reset(new FileRotatingStream(dir_path_, file_prefix, max_file_size,
59 const char* file_prefix) {
61 stream.reset(new FileRotatingStream(dir_path, file_prefix));
  /external/tensorflow/tensorflow/contrib/eager/python/
saver.py 145 def save(self, file_prefix, global_step=None):
149 file_prefix: Path prefix of files created for the checkpoint.
150 global_step: If provided the global step number is appended to file_prefix
156 an extension of file_prefix that is suitable to pass as an argument
161 None, file_prefix, write_meta_graph=False, global_step=global_step)
163 def restore(self, file_prefix):
167 file_prefix: Path prefix where parameters were previously saved.
172 self._saver.restore(None, file_prefix)
datasets_test.py 301 checkpoint.save(file_prefix=checkpoint_prefix)
  /external/tensorflow/tensorflow/python/client/
events_writer_test.py 36 file_prefix = os.path.join(self.get_temp_dir(), "events")
37 writer = pywrap_tensorflow.EventsWriter(compat.as_bytes(file_prefix))
  /external/freetype/src/tools/docmaker/
tohtml.py 262 def __init__( self, processor, project_title, file_prefix ):
273 if file_prefix:
274 file_prefix = file_prefix + "-"
276 file_prefix = ""
280 self.file_prefix = file_prefix
284 + html_header_3l + file_prefix + "index.html"
285 + html_header_4 + file_prefix + "toc.html"
291 + html_header_3r + file_prefix + "toc.html
    [all...]
  /external/protobuf/benchmarks/
generate_datasets.cc 43 const char *file_prefix = "dataset."; variable
83 std::string fname = file_prefix + name + file_suffix;
  /external/tensorflow/tensorflow/python/training/tracking/
util.py     [all...]
util_with_v1_optimizers_test.py 210 save_path = root_trackable.save(file_prefix=prefix)
280 root.save(file_prefix=checkpoint_prefix)
309 root.save(file_prefix=checkpoint_prefix)
344 root.save(file_prefix=checkpoint_prefix)
381 root.save(file_prefix=checkpoint_prefix, session=session)
456 root.save(file_prefix=checkpoint_prefix)
684 model_save_path = root.save(file_prefix=checkpoint_prefix)
    [all...]
util_test.py 417 save_path = root_trackable.save(file_prefix=prefix)
486 root.save(file_prefix=checkpoint_prefix)
525 root.save(file_prefix=checkpoint_prefix, session=session)
657 root.save(file_prefix=checkpoint_prefix)
    [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/
checkpointing_test.py 88 root.save(file_prefix=checkpoint_prefix)
  /external/perfetto/tools/trace_to_text/
trace_to_profile.cc 92 const std::string& file_prefix) {
266 std::string filename = file_prefix + std::to_string(pid) + ".pb";
  /external/tensorflow/tensorflow/contrib/optimizer_v2/
checkpointable_utils_test.py 228 save_path = root_trackable.save(file_prefix=prefix)
291 root.save(file_prefix=checkpoint_prefix)
325 root.save(file_prefix=checkpoint_prefix, session=session)
359 root.save(file_prefix=checkpoint_prefix)
403 root.save(file_prefix=checkpoint_prefix)
731 save_path = root.save(file_prefix=checkpoint_prefix)
743 save_path = root.save(file_prefix=checkpoint_prefix)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 339 file_prefix = 'one_finger_physical_click'
342 os.path.join(gesture_path, file_prefix + '*.dat'))]
345 file_prefix = 'two_fingers_physical_click'
348 os.path.join(gesture_path, file_prefix + '*.dat'))]
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
main.py 100 file_prefix=os.path.join(FLAGS.train_dir, "ckpt"))
  /external/tensorflow/tensorflow/python/data/kernel_tests/
iterator_checkpoint_test.py 125 checkpoint.save(file_prefix=checkpoint_prefix)
  /external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
main.py 104 file_prefix=os.path.join(FLAGS.train_dir, "ckpt"))
  /external/tensorflow/tensorflow/python/lib/io/
file_io_test.py 100 file_prefix = os.path.join(self._base_dir, "temp_file")
102 f = file_io.FileIO(file_prefix + str(i), mode="w+")

Completed in 745 milliseconds

1 2