Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for system (0.15 sec)

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

    #define TENSORFLOW_C_EXPERIMENTAL_FILESYSTEM_MODULAR_FILESYSTEM_H_
    
    #include <memory>
    
    #include "tensorflow/c/experimental/filesystem/filesystem_interface.h"
    #include "tensorflow/core/platform/file_system.h"
    
    /// This file builds classes needed to hold a filesystem implementation in the
    /// modular world. Once all TensorFlow filesystems are converted to use the
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 12 08:49:52 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

                                           int num_options, TF_Status* status);
    
      /// Returns the value of the filesystem option given in `key` in `option`.
      /// Valid values of the `key` are returned by
      /// `get_file_system_configuration_keys` call. Ownership of the
      /// `option` is transferred to caller. Buffers therein should be allocated and
      /// freed by the relevant filesystems allocation API.
      ///
      /// Plugins:
    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