Home
last modified time | relevance | path

Searched refs:check_cancelled_func_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc563 check_cancelled_func_ = check_cancelled_func; in SetCancellationFunction()
567 return (check_cancelled_func_ != nullptr) && in IsCancelled()
568 (*check_cancelled_func_)(cancellation_data_); in IsCancelled()
1061 if (check_cancelled_func_ != nullptr && in Invoke()
1062 check_cancelled_func_(cancellation_data_)) { in Invoke()
Dsubgraph.h735 bool (*check_cancelled_func_)(void*) = nullptr; variable