- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TFE_OpSetCancellationManager (0.35 seconds)
-
tensorflow/c/eager/c_api_experimental.cc
} void TFE_DeleteCancellationManager( TFE_CancellationManager* cancellation_manager) { delete tensorflow::unwrap(cancellation_manager); } void TFE_OpSetCancellationManager(TFE_Op* op, TFE_CancellationManager* cancellation_manager, TF_Status* status) { tensorflow::unwrap(op)->SetCancellationManager(
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) -
tensorflow/c/eager/c_api_experimental.h
// `TFE_CancellationManagerStartCancel(cancellation_manager)` will cancel the // execution of `op`. typedef struct TFE_CancellationManager TFE_CancellationManager; TF_CAPI_EXPORT extern void TFE_OpSetCancellationManager( TFE_Op* op, TFE_CancellationManager* cancellation_manager, TF_Status* status); // ----------------------------------------------------------------------------- // Eager Executor APIs.Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Feb 21 22:37:46 GMT 2024 - 39.5K bytes - Click Count (1)