Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TryDeregisterCallback (0.32 seconds)

  1. tensorflow/c/eager/c_api_experimental.cc

    }
    
    bool TFE_CancellationManagerTryDeregisterCallback(
        TFE_CancellationManager* cancellation_manager,
        TFE_CancellationToken token) {
      return tensorflow::unwrap(cancellation_manager)->TryDeregisterCallback(token);
    }
    
    void TFE_DeleteCancellationManager(
        TFE_CancellationManager* cancellation_manager) {
      delete tensorflow::unwrap(cancellation_manager);
    }
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 12 05:11:17 GMT 2024
    - 35.9K bytes
    - Click Count (0)
Back to Top