Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Bainter (0.13 sec)

  1. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc

          {std::move(bucket), std::move(object), &gcs_file->gcs_client,
           TempFile(temp_file_name, std::ios::binary | std::ios::out), true,
           (gcs_file->compose ? 0 : -1)});
      // We are responsible for freeing the pointer returned by TF_GetTempFileName
      free(temp_file_name);
      TF_VLog(3, "GcsWritableFile: %s", path);
      TF_SetStatus(status, TF_OK, "");
    }
    
    void NewAppendableFile(const TF_Filesystem* filesystem, const char* path,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Aug 23 06:55:53 GMT 2023
    - 46.9K bytes
    - Viewed (0)
Back to top