Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Marche (0.17 sec)

  1. tensorflow/c/eager/immediate_execution_context.h

      virtual std::vector<string> ListFunctionNames() = 0;
    
      struct CacheStats {
        int64_t kernel_cache_size;
        int64_t device_cache_size;
        std::map<std::string, int64_t> func_kernel_cache_entries;
        int64_t local_rendezvous_cache_active_size;
      };
      virtual CacheStats GetCacheStats() = 0;
    
      //===--------------------------------------------------------------------===//
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Jul 06 08:34:00 GMT 2023
    - 12.3K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

      int (*get_matching_paths)(const TF_Filesystem* filesystem, const char* glob,
                                char*** entries, TF_Status* status);
    
      /// Flushes any filesystem cache currently in memory
      ///
      /// DEFAULT IMPLEMENTATION: No op.
      void (*flush_caches)(const TF_Filesystem* filesystem);
    
      /// Starts a new transaction.
      ///
    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