Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for transaccions (0.27 sec)

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

                                      TF_Status* status);
    
      /// Returns transaction token for `path` if it is part of a transaction else
      /// starts a new transaction and adds `path` to that transaction
      ///
      /// Transaction token is returned in `token`. Ownership of the token is in
      /// filesystem. Token will be freed in `end_transaction` call and any access
      /// to token after that is invalid.
      ///
    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)
  2. tensorflow/c/experimental/filesystem/modular_filesystem.h

            plugin_memory_free_(std::move(plugin_memory_free)) {}
    
      ~ModularFileSystem() override { ops_->cleanup(filesystem_.get()); }
    
      TF_USE_FILESYSTEM_METHODS_WITH_NO_TRANSACTION_SUPPORT;
    
      Status NewRandomAccessFile(
          const std::string& fname, TransactionToken* token,
          std::unique_ptr<RandomAccessFile>* result) override;
    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)
Back to top