Home
last modified time | relevance | path

Searched refs:ReplaceNodeSubsetsWithDelegateKernels (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc188 TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels( in ReplaceNodeSubsetsWithDelegateKernels() function in tflite::Subgraph
192 ->ReplaceNodeSubsetsWithDelegateKernels(registration, nodes_to_replace, in ReplaceNodeSubsetsWithDelegateKernels()
270 TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels( in ReplaceNodeSubsetsWithDelegateKernels() function in tflite::Subgraph
973 context_->ReplaceNodeSubsetsWithDelegateKernels = in SwitchToDelegateContext()
974 ReplaceNodeSubsetsWithDelegateKernels; in SwitchToDelegateContext()
984 context_->ReplaceNodeSubsetsWithDelegateKernels = in SwitchToKernelContext()
Dsubgraph.h381 static TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
390 TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/java/src/test/native/
Dinterpreter_test_jni.cc59 context->ReplaceNodeSubsetsWithDelegateKernels( in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc69 context->ReplaceNodeSubsetsWithDelegateKernels(context, GetKernel(), in Prepare()
Dkernel_test.cc34 TF_LITE_ENSURE_STATUS(context->ReplaceNodeSubsetsWithDelegateKernels( in GenericPrepare()
/external/tensorflow/tensorflow/lite/experimental/micro/testing/
Dtest_utils.h91 context->ReplaceNodeSubsetsWithDelegateKernels = nullptr; in PopulateContext()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h442 TfLiteStatus (*ReplaceNodeSubsetsWithDelegateKernels)( member
/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.cc152 context_.ReplaceNodeSubsetsWithDelegateKernels = nullptr; in MicroInterpreter()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Ddelegates.md148 return context->ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc762 EXPECT_EQ(context->ReplaceNodeSubsetsWithDelegateKernels( in TEST()
1149 context->ReplaceNodeSubsetsWithDelegateKernels( in SimpleDelegate()
1344 context->ReplaceNodeSubsetsWithDelegateKernels( in SetUp()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc1413 return context->ReplaceNodeSubsetsWithDelegateKernels( in NnApiDelegate()