Home
last modified time | relevance | path

Searched refs:file_prefix (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/core/util/
Devents_writer_test.cc112 string file_prefix = GetDirName("/writeflush_test"); in TEST() local
113 EventsWriter writer(file_prefix); in TEST()
121 string file_prefix = GetDirName("/writeclose_test"); in TEST() local
122 EventsWriter writer(file_prefix); in TEST()
130 string file_prefix = GetDirName("/writedelete_test"); in TEST() local
131 EventsWriter* writer = new EventsWriter(file_prefix); in TEST()
139 string file_prefix = GetDirName("/failflush_test"); in TEST() local
140 EventsWriter writer(file_prefix); in TEST()
149 string file_prefix = GetDirName("/failclose_test"); in TEST() local
150 EventsWriter writer(file_prefix); in TEST()
[all …]
Devents_writer.cc33 EventsWriter::EventsWriter(const string& file_prefix) in EventsWriter() argument
36 file_prefix_(file_prefix), in EventsWriter()
Devents_writer.h47 explicit EventsWriter(const std::string& file_prefix);
/external/angle/scripts/
Dgenerate_loader.py28 file_prefix=""): argument
29 file_name = "%s%s_loader_autogen.h" % (file_prefix, api)
57 file_prefix=file_prefix)
71 file_prefix=""): argument
72 file_name = "%s%s_loader_autogen.cpp" % (file_prefix, api)
99 file_prefix=file_prefix)
135 def gen_gles_loader(gles_preamble, path, header_lib, export, internal_prefix, file_prefix): argument
170 file_prefix=file_prefix)
178 file_prefix=file_prefix)
181 def gen_egl_loader(egl_preamble, path, header_lib, export, internal_prefix, file_prefix): argument
[all …]
/external/tensorflow/tensorflow/python/training/saving/
Dfunctional_saver.py57 def save(self, file_prefix, options=None): argument
83 return io_ops.save_v2(file_prefix, tensor_names, tensor_slices, tensors)
85 def restore(self, file_prefix, options=None): argument
109 file_prefix, tensor_names, tensor_slices, tensor_dtypes)
192 def _traced_save(self, file_prefix): argument
193 save_op = self.save(file_prefix)
196 return array_ops.identity(file_prefix)
201 def _traced_restore(self, file_prefix): argument
202 restore_ops = self.restore(file_prefix)
205 return array_ops.identity(file_prefix)
[all …]
/external/linux-kselftest/tools/testing/selftests/tc-testing/
Dtdc_multibatch.py52 file_prefix = args.file_prefix + args.operation + "_" variable
61 file = dir + '/' + file_prefix + str(i)
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py1135 file_prefix, argument
1162 save_op = saver.save(file_prefix, options=options)
1165 self._cached_save_operation = array_ops.identity(file_prefix)
1169 def save(self, file_prefix, checkpoint_number=None, session=None, argument
1198 file_prefix = "%s-%d" % (file_prefix, checkpoint_number)
1208 feed_dict[file_prefix_tensor] = file_prefix
1212 file_prefix, dtype=dtypes.string)
1215 file_io.recursive_create_dir(os.path.dirname(file_prefix))
1567 def write(self, file_prefix, session=None): argument
1589 output = self._saver.save(file_prefix=file_prefix, session=session)
[all …]
/external/webrtc/rtc_base/
Dfile_rotating_stream.h35 const std::string& file_prefix);
40 const std::string& file_prefix,
167 const std::string& file_prefix);
Dfile_rotating_stream.cc174 const std::string& file_prefix, in FileRotatingStream() argument
178 file_prefix_(file_prefix), in FileRotatingStream()
389 const std::string& file_prefix) { in FileRotatingStreamReader() argument
391 file_prefix); in FileRotatingStreamReader()
Dfile_rotating_stream_unittest.cc48 const std::string& file_prefix, in Init() argument
60 stream_.reset(new FileRotatingStream(dir_path_, file_prefix, max_file_size, in Init()
84 const char* file_prefix) { in VerifyStreamRead() argument
85 FileRotatingStreamReader reader(dir_path, file_prefix); in VerifyStreamRead()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-checkpoint.pbtxt21 …argspec: "args=[\'self\', \'file_prefix\', \'session\'], varargs=None, keywords=None, defaults=[\'…
25 …argspec: "args=[\'self\', \'file_prefix\', \'session\'], varargs=None, keywords=None, defaults=[\'…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-checkpoint.pbtxt25 …argspec: "args=[\'self\', \'file_prefix\', \'options\'], varargs=None, keywords=None, defaults=[\'…
29 …argspec: "args=[\'self\', \'file_prefix\', \'options\'], varargs=None, keywords=None, defaults=[\'…
/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.h48 void DumpToFileInDir(const HloModule& module, absl::string_view file_prefix,
54 absl::string_view file_prefix,
Ddump.cc374 void DumpToFileInDir(const HloModule& module, string_view file_prefix, in DumpToFileInDir() argument
376 DumpToFileInDirImpl(FilenameFor(module, file_prefix, file_suffix), contents, in DumpToFileInDir()
380 void DumpToFileInDirOrStdout(const HloModule& module, string_view file_prefix, in DumpToFileInDirOrStdout() argument
383 FilenameFor(module, file_prefix, file_suffix), contents, in DumpToFileInDirOrStdout()
/external/tensorflow/tensorflow/python/client/
Devents_writer_test.py36 file_prefix = os.path.join(self.get_temp_dir(), "events")
37 writer = _pywrap_events_writer.EventsWriter(compat.as_bytes(file_prefix))
/external/tensorflow/tensorflow/python/keras/tests/
Dsaver_test.py112 save_path = object_saver.save(file_prefix=checkpoint_prefix)
118 second_path = second_saver.save(file_prefix=os.path.join(
146 save_path = object_saver.save(file_prefix=checkpoint_prefix)
Dtracking_util_with_v1_optimizers_test.py205 save_path = root_trackable.save(file_prefix=prefix)
276 root.save(file_prefix=checkpoint_prefix)
306 root.save(file_prefix=checkpoint_prefix)
341 root.save(file_prefix=checkpoint_prefix)
378 root.save(file_prefix=checkpoint_prefix, session=session)
455 root.save(file_prefix=checkpoint_prefix)
519 model_save_path = root.save(file_prefix=checkpoint_prefix)
676 save_path = root.save(file_prefix=checkpoint_prefix)
688 save_path = root.save(file_prefix=checkpoint_prefix)
Dtracking_util_test.py219 save_path = root_trackable.save(file_prefix=prefix)
288 root.save(file_prefix=checkpoint_prefix)
327 root.save(file_prefix=checkpoint_prefix, session=session)
429 root.save(file_prefix=checkpoint_prefix)
639 model_save_path = root.save(file_prefix=checkpoint_prefix)
871 save_path = root.save(file_prefix=checkpoint_prefix)
883 save_path = root.save(file_prefix=checkpoint_prefix)
/external/tensorflow/tensorflow/cc/saved_model/testdata/CyclicModule/debug/
Dsaved_model_debug_info.pb215 *file_prefix@__inference__traced_restore_45$
222 'file_prefix@__inference__traced_save_30$
/external/tensorflow/tensorflow/cc/saved_model/testdata/VarsAndArithmeticObjectGraph/debug/
Dsaved_model_debug_info.pb442 +file_prefix@__inference__traced_restore_101(
449 'file_prefix@__inference__traced_save_80(
/external/tensorflow/tensorflow/compiler/mlir/
Dmlir_graph_optimization_pass.cc61 static void DumpModule(mlir::ModuleOp module, std::string file_prefix) { in DumpModule() argument
73 prefix += "/" + file_prefix; in DumpModule()
/external/llvm-project/clang/utils/analyzer/
DCmpRuns.py171 file_prefix = f"[{root_filename}] {file_name}"
173 file_prefix = root_filename
/external/llvm-project/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/
Dsaved_model.pbtxt925 name: "file_prefix"
1073 input: "file_prefix"
1578 input: "file_prefix"
1623 input: "file_prefix"
1778 s: "file_prefix"
3528 name: "file_prefix"
3579 input: "file_prefix"
3697 input: "file_prefix"
4143 input: "file_prefix"
4160 input: "file_prefix"
[all …]
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io_test.py126 file_prefix = os.path.join(self._base_dir, "temp_file")
128 f = file_io.FileIO(file_prefix + str(i), mode="w+")
/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() argument
866 FILE* creds_file = gpr_tmpfile(file_prefix, &creds_file_name); in set_google_default_creds_env_var_with_file_contents()

12