- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TFE_NewCancellationManager (0.26 seconds)
-
tensorflow/c/eager/c_api_experimental_test.cc
TFE_MonitoringDeleteSampler2(sampler2); TFE_MonitoringDeleteBuckets(buckets); TF_DeleteStatus(status); } TEST(CAPI, CancellationManager) { TFE_CancellationManager* c_mgr = TFE_NewCancellationManager(); EXPECT_FALSE(TFE_CancellationManagerIsCancelled(c_mgr)); TFE_CancelCallback callback1; callback1.callback = [](void* context) { ADD_FAILURE() << "Callback1 should be deregistered."; };
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)