Home
last modified time | relevance | path

Searched defs:file_prefix (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Devents_writer_test.cc112 string file_prefix = GetDirName("/writeflush_test"); in TEST() local
121 string file_prefix = GetDirName("/writeclose_test"); in TEST() local
130 string file_prefix = GetDirName("/writedelete_test"); in TEST() local
139 string file_prefix = GetDirName("/failflush_test"); in TEST() local
151 string file_prefix = GetDirName("/failclose_test"); in TEST() local
163 string file_prefix = GetDirName("/initwriteclose_test"); in TEST() local
176 string file_prefix = GetDirName("/namewriteclose_test"); in TEST() local
186 string file_prefix = GetDirName("/nameclose_test"); in TEST() local
195 string file_prefix = GetDirName("/fdbw_test"); in TEST() local
Devents_writer.cc33 EventsWriter::EventsWriter(const string& file_prefix) in EventsWriter()
/external/tensorflow/tensorflow/python/training/saving/
Dfunctional_saver.py76 def save(self, file_prefix): argument
99 def restore(self, file_prefix): argument
117 def restore_from_saveable_objects(file_prefix, saveable_objects): argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dsaver.py145 def save(self, file_prefix, global_step=None): argument
163 def restore(self, file_prefix): argument
/external/webrtc/webrtc/base/
Dfilerotatingstream.cc27 const std::string& file_prefix) in FileRotatingStream()
32 const std::string& file_prefix, in FileRotatingStream()
45 const std::string& file_prefix, in FileRotatingStream()
Dfilerotatingstream_unittest.cc26 const std::string& file_prefix, in Init()
59 const char* file_prefix) { in VerifyStreamRead()
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py901 file_prefix, argument
932 def save(self, file_prefix, checkpoint_number=None, session=None): argument
1268 def write(self, file_prefix, session=None): argument
1315 def save(self, file_prefix, session=None): argument
1580 def write(self, file_prefix): argument
1623 def save(self, file_prefix): argument
/external/protobuf/benchmarks/
Dgenerate_datasets.cc43 const char *file_prefix = "dataset."; variable
/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc92 const std::string& file_prefix) { in DumpProfilePacket()
/external/freetype/src/tools/docmaker/
Dtohtml.py262 def __init__( self, processor, project_title, file_prefix ): argument
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc863 const char* file_prefix, const char* contents) { in set_google_default_creds_env_var_with_file_contents()