Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Writer (0.15 sec)

  1. tensorflow/c/experimental/filesystem/filesystem_interface.h

      ///     `dst` is a directory or if either of them is invalid.
      ///   * Might use any other error value for `status` to signal other errors.
      ///
      /// DEFAULT IMPLEMENTATION: Reads from `src` and writes to `dst`. Needs
      /// `new_random_access_file` and `new_writable_file`.
      void (*copy_file)(const TF_Filesystem* filesystem, const char* src,
                        const char* dst, TF_Status* status);
    
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top