Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isCancelling (0.1 sec)

  1. tensorflow/c/eager/c_api_experimental.cc

      return tensorflow::unwrap(cancellation_manager)->IsCancelled();
    }
    
    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();
    }
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 35.9K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    PLkotlinx/coroutines/JobSupport$Finishing;->getList()Lkotlinx/coroutines/NodeList;
    PLkotlinx/coroutines/JobSupport$Finishing;->getRootCause()Ljava/lang/Throwable;
    PLkotlinx/coroutines/JobSupport$Finishing;->isCancelling()Z
    PLkotlinx/coroutines/JobSupport$Finishing;->isCompleting()Z
    PLkotlinx/coroutines/JobSupport$Finishing;->sealLocked(Ljava/lang/Throwable;)Ljava/util/List;
    PLkotlinx/coroutines/JobSupport$Finishing;->setCompleting(Z)V
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
Back to top