TensorStore
tensorstore.Transaction.abort
Initializing search
    google/tensorstore
    google/tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
          • CTensorStore
          • CContext
          • CKvStore
          • CTransaction
            • Constructors
            • Accessors
            • Operations
              • Mcommit_async
              • Mcommit_sync
              • Mabort
          • Fopen
        • Indexing
        • Spec
        • Views
        • Data types
        • Asynchronous support
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    tensorstore.Transaction.abort(self) → None

    Aborts the transaction.

    Has no effect if commit_async() or abort() has already been called.

    • commit_async

    Back to top
    Previous tensorstore.Transaction.commit_sync
    Next tensorstore.open