Home
last modified time | relevance | path

Searched defs:TranslateName (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/tsl/platform/windows/
Dwindows_file_system.h78 string TranslateName(const string& name) const override { return name; } in TranslateName() function
85 string TranslateName(const string& name) const override { in TranslateName() function
/external/tensorflow/tensorflow/tsl/platform/default/
Dposix_file_system.h75 string TranslateName(const string& name) const override { in TranslateName() function
/external/perfetto/src/trace_processor/importers/common/
Dslice_translation_table.h37 StringId TranslateName(StringId raw_name) const { in TranslateName() function
Dprocess_track_translation_table.h36 StringId TranslateName(StringId raw_name) const { in TranslateName() function
/external/tensorflow/tensorflow/core/platform/
Dfile_system.cc58 string FileSystem::TranslateName(const string& name) const { in TranslateName() function in tensorflow::FileSystem
Dfile_system.h693 std::string TranslateName(const std::string& name) const override { in TranslateName() function
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc377 std::string ModularFileSystem::TranslateName(const std::string& name) const { in TranslateName() function in tensorflow::ModularFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1133 static char* TranslateName(const TF_Filesystem* filesystem, const char* uri) { in TranslateName() function