Searched refs:SetCancellationFunction (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/ |
D | interpreter_experimental.cc | 66 void Interpreter::SetCancellationFunction(void* data, in SetCancellationFunction() function in tflite::Interpreter 69 subgraph->SetCancellationFunction(data, check_cancelled_func); in SetCancellationFunction()
|
D | interpreter.h | 523 void SetCancellationFunction(void* data, bool (*check_cancelled_func)(void*));
|
D | interpreter_test.cc | 1529 interpreter_->SetCancellationFunction(&cancellation_data_, in SetUp()
|
/external/tensorflow/tensorflow/lite/delegates/flex/training/ |
D | training_delegate_test.cc | 38 interpreter_->SetCancellationFunction(delegate_.get(), in SetUp()
|
/external/federated-compute/fcp/client/engine/ |
D | tflite_wrapper.cc | 94 interpreter->SetCancellationFunction(delegate->data_, in Create()
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | delegate_test.cc | 47 interpreter_->SetCancellationFunction(flex_delegate_, in ConfigureDelegate()
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.h | 284 void SetCancellationFunction(void* data, bool (*check_cancelled_func)(void*));
|
D | subgraph.cc | 621 void Subgraph::SetCancellationFunction(void* data, in SetCancellationFunction() function in tflite::Subgraph
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | nativeinterpreterwrapper_jni.cc | 603 interpreter->SetCancellationFunction(cancellation_flag, [](void* payload) { in Java_org_tensorflow_lite_NativeInterpreterWrapper_createCancellationFlag()
|