Home
last modified time | relevance | path

Searched refs:GetGcsPathWithObject (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.cc649 const string append_object_path = GetGcsPathWithObject(append_object); in AppendObject()
717 string GetGcsPathWithObject(string object) const { in GetGcsPathWithObject() function in tensorflow::__anon1ea3abb10111::GcsWritableFile
720 string GetGcsPath() const { return GetGcsPathWithObject(object_); } in GetGcsPath()