Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for releases (0.14 sec)

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

    ///
    /// Next section will detail this as well as some corner cases that are out of
    /// scope for now.
    
    // LINT.IfChange
    typedef struct TF_RandomAccessFileOps {
      /// Releases resources associated with `*file`.
      ///
      /// Requires that `*file` is not used in any concurrent or subsequent
      /// operations.
      ///
      /// This operation must be provided. See "REQUIRED OPERATIONS" above.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top