- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for TFE_CancellationManagerGetToken (0.27 seconds)
-
tensorflow/c/eager/c_api_experimental_test.cc
*reinterpret_cast<bool*>(context) = true; }; TFE_CancellationToken token2 = TFE_CancellationManagerGetToken(c_mgr); EXPECT_TRUE(TFE_CancellationManagerRegisterCallback(c_mgr, token2, &callback2, "callback2")); TFE_CancellationToken token3 = TFE_CancellationManagerGetToken(c_mgr); EXPECT_TRUE(TFE_CancellationManagerRegisterCallback(c_mgr, token3, &callback1,
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 09 05:56:18 GMT 2025 - 31.5K bytes - Click Count (0) -
tensorflow/c/eager/c_api_experimental.h
TFE_CancellationManager*); TF_CAPI_EXPORT extern void TFE_CancellationManagerStartCancel( TFE_CancellationManager*); TF_CAPI_EXPORT extern TFE_CancellationToken TFE_CancellationManagerGetToken( TFE_CancellationManager*); TF_CAPI_EXPORT extern bool TFE_CancellationManagerRegisterCallback( TFE_CancellationManager*, TFE_CancellationToken token,
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) -
tensorflow/c/eager/c_api_experimental.cc
} bool TFE_CancellationManagerIsCancelling( TFE_CancellationManager* cancellation_manager) { return tensorflow::unwrap(cancellation_manager)->IsCancelling(); } TFE_CancellationToken TFE_CancellationManagerGetToken( TFE_CancellationManager* cancellation_manager) { return tensorflow::unwrap(cancellation_manager)->get_cancellation_token(); } bool TFE_CancellationManagerRegisterCallback(
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/BUILD
Ilya Tikhonovskiy <******@****.***> 1771913400 -0800
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 24 06:18:31 GMT 2026 - 33.3K bytes - Click Count (0)