Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initialized (0.28 sec)

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

      ///     of type `TF_Status*`.
      ///
      /// If `statuses` is not null, plugins must fill each element with detailed
      /// status for each file, as if calling `path_exists` on each one. Core
      /// TensorFlow initializes the `statuses` array and plugins must use
      /// `TF_SetStatus` to set each element instead of directly assigning.
      ///
      /// DEFAULT IMPLEMENTATION: Checks existence of every file. Needs
      /// `path_exists`.
    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