MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Append

Method Append

tensorflow/core/platform/file_system.h:293–295  ·  view source on GitHub ↗

\brief Append 'data' to the file.

Source from the content-addressed store, hash-verified

291#if defined(PLATFORM_GOOGLE)
292 // \brief Append 'data' to the file.
293 virtual Status Append(const absl::Cord& cord) {
294 return errors::Unimplemented("Append(absl::Cord) is not implemented");
295 }
296#endif
297
298 /// \brief Close the file.

Callers 5

WritePprofProfileMethod · 0.45
WriteGzippedDataToFileFunction · 0.45
WriteStringToFileFunction · 0.45
FileSystemCopyFileFunction · 0.45
TEST_FFunction · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by 1

TEST_FFunction · 0.36