Home
last modified time | relevance | path

Searched refs:SetCancellationFunction (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dinterpreter_experimental.cc66 void Interpreter::SetCancellationFunction(void* data, in SetCancellationFunction() function in tflite::Interpreter
69 subgraph->SetCancellationFunction(data, check_cancelled_func); in SetCancellationFunction()
Dinterpreter.h523 void SetCancellationFunction(void* data, bool (*check_cancelled_func)(void*));
Dinterpreter_test.cc1529 interpreter_->SetCancellationFunction(&cancellation_data_, in SetUp()
/external/tensorflow/tensorflow/lite/delegates/flex/training/
Dtraining_delegate_test.cc38 interpreter_->SetCancellationFunction(delegate_.get(), in SetUp()
/external/federated-compute/fcp/client/engine/
Dtflite_wrapper.cc94 interpreter->SetCancellationFunction(delegate->data_, in Create()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_test.cc47 interpreter_->SetCancellationFunction(flex_delegate_, in ConfigureDelegate()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h284 void SetCancellationFunction(void* data, bool (*check_cancelled_func)(void*));
Dsubgraph.cc621 void Subgraph::SetCancellationFunction(void* data, in SetCancellationFunction() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativeinterpreterwrapper_jni.cc603 interpreter->SetCancellationFunction(cancellation_flag, [](void* payload) { in Java_org_tensorflow_lite_NativeInterpreterWrapper_createCancellationFlag()