/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | events_writer_test.cc | 112 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 149 string file_prefix = GetDirName("/failclose_test"); in TEST() local 159 string file_prefix = GetDirName("/initwriteclose_test"); in TEST() local 172 string file_prefix = GetDirName("/namewriteclose_test"); in TEST() local 182 string file_prefix = GetDirName("/nameclose_test"); in TEST() local 191 string file_prefix = GetDirName("/fdbw_test"); in TEST() local
|
H A D | events_writer.cc | 33 EventsWriter::EventsWriter(const string& file_prefix) in EventsWriter()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | functional_saver.py | 49 def save(self, file_prefix, options=None): argument 82 def restore(self, file_prefix, options=None): argument 144 def save_fn(file_prefix): argument 153 def save_fn_with_replaced_captures(file_prefix): argument 267 def _traced_save(self, file_prefix): argument 276 def _traced_restore(self, file_prefix): argument 282 def save(self, file_prefix, options=None): argument 394 def restore(self, file_prefix, options=None): argument
|
H A D | checkpoint.py | 1203 file_prefix, argument 1296 def save(self, file_prefix, checkpoint_number=None, session=None, argument 1741 def write(self, file_prefix, session=None): argument 1765 def _write(self, file_prefix, session=None, write_done_callback=None): argument 1833 def save(self, file_prefix, session=None): argument 2221 def write(self, file_prefix, options=None): argument 2266 def _write(self, file_prefix, options=None, write_done_callback=None): argument 2326 def save(self, file_prefix, options=None): argument
|
/aosp_15_r20/external/angle/scripts/ |
H A D | generate_loader.py | 29 file_prefix=""): argument 73 file_prefix=""): argument 138 def gen_gles_loader(gles_preamble, path, header_lib, export, internal_prefix, file_prefix, tag): argument 186 def gen_egl_loader(egl_preamble, path, header_lib, export, internal_prefix, file_prefix, tag): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/registration/ |
H A D | registration_saving_test.py | 90 def save_stacks_and_parts(trackables, file_prefix): argument 322 def save_fn(trackables, file_prefix): argument 374 def save_fn(trackables, file_prefix): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | dump.cc | 571 void DumpToFileInDir(const HloModule& module, string_view file_prefix, in DumpToFileInDir() 582 void DumpToFileInDirOrStdout(const HloModule& module, string_view file_prefix, in DumpToFileInDirOrStdout() 590 string_view module_name, string_view file_prefix, in DumpToFileInDirOrStdout() 597 void DumpToFileInDirOrStdout(const HloModule& module, string_view file_prefix, in DumpToFileInDirOrStdout()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | file_rotating_stream.cc | 183 absl::string_view file_prefix, in FileRotatingStream() 389 absl::string_view file_prefix) { in FileRotatingStreamReader()
|
H A D | file_rotating_stream_unittest.cc | 49 absl::string_view file_prefix, in Init() 84 absl::string_view file_prefix) { in VerifyStreamRead()
|
/aosp_15_r20/system/timezone/ |
H A D | tzdatautil.py | 21 def GetIanaTarFile(dir_name, file_prefix): argument
|
H A D | download-iana-files.py | 54 def FindRemoteTar(ftp, file_prefix, release_version): argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
H A D | tdc_multibatch.py | 52 file_prefix = args.file_prefix + args.operation + "_" variable
|
/aosp_15_r20/system/update_engine/stable/ |
H A D | update_engine_stable_client.cc | 121 std::string file_prefix = "file://"; in Run() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/ |
H A D | xla_compilation_cache_test_helper.cc | 140 absl::string_view file_prefix) { in AlterPersistentCacheEntryHloModuleNames()
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/ |
H A D | d_checkpoint.py | 233 file_prefix, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/ |
H A D | mlir_graph_optimization_pass.cc | 78 static void DumpModule(mlir::ModuleOp module, std::string file_prefix) { in DumpModule()
|
/aosp_15_r20/external/coreboot/util/amdfwtool/ |
H A D | signed_psp.c | 159 static void open_psp_fw_hash_files(const char *file_prefix) in open_psp_fw_hash_files()
|
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/proto-google-cloud-live-stream-v1/src/main/proto/google/cloud/video/livestream/v1/ |
H A D | outputs.proto | 151 string file_prefix = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/cloud/video/livestream/v1/ |
H A D | outputs.proto | 151 string file_prefix = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/google-cloud-java/java-video-transcoder/proto-google-cloud-video-transcoder-v1/src/main/proto/google/cloud/video/transcoder/v1/ |
H A D | resources.proto | 351 string file_prefix = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/cloud/video/transcoder/v1/ |
H A D | resources.proto | 409 string file_prefix = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | path.rs | 2598 pub fn file_prefix(&self) -> Option<&OsStr> { in file_prefix() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | path.rs | 2598 pub fn file_prefix(&self) -> Option<&OsStr> { in file_prefix() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | path.rs | 2598 pub fn file_prefix(&self) -> Option<&OsStr> { in file_prefix() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | path.rs | 2516 pub fn file_prefix(&self) -> Option<&OsStr> { in file_prefix() method
|