Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc238 TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels( in ReplaceNodeSubsetsWithDelegateKernels() function in tflite::Subgraph
242 ->ReplaceNodeSubsetsWithDelegateKernels(registration, nodes_to_replace, in ReplaceNodeSubsetsWithDelegateKernels()
340 TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels( in ReplaceNodeSubsetsWithDelegateKernels() function in tflite::Subgraph
1181 context_.ReplaceNodeSubsetsWithDelegateKernels = in SwitchToDelegateContext()
1182 ReplaceNodeSubsetsWithDelegateKernels; in SwitchToDelegateContext()
1193 context_.ReplaceNodeSubsetsWithDelegateKernels = in SwitchToKernelContext()
Dsubgraph.h437 static TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
446 TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/java/src/test/native/
Dinterpreter_test_jni.cc61 context->ReplaceNodeSubsetsWithDelegateKernels( in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc71 context->ReplaceNodeSubsetsWithDelegateKernels(context, GetKernel(), in Prepare()
Dkernel_test.cc34 TF_LITE_ENSURE_STATUS(context->ReplaceNodeSubsetsWithDelegateKernels( in GenericPrepare()
/external/tensorflow/tensorflow/lite/experimental/delegates/hexagon/
Dhexagon_delegate.cc118 return context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dperformance_profiling.cc78 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_interpreter_test.cc29 context->ReplaceNodeSubsetsWithDelegateKernels); in MockInit()
/external/tensorflow/tensorflow/lite/c/
Dcommon.h527 TfLiteStatus (*ReplaceNodeSubsetsWithDelegateKernels)( member
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
Dc_api_types.h527 TfLiteStatus (*ReplaceNodeSubsetsWithDelegateKernels)( member
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc291 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
Dgl_delegate.cc413 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
Dmetal_delegate.mm611 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels(context, kRegistration,
/external/tensorflow/tensorflow/lite/micro/testing/
Dtest_utils.h109 context->ReplaceNodeSubsetsWithDelegateKernels = nullptr; in PopulateContext()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc349 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Ddelegates.md159 return context->ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc928 EXPECT_EQ(context->ReplaceNodeSubsetsWithDelegateKernels( in TEST()
1383 context->ReplaceNodeSubsetsWithDelegateKernels( in SimpleDelegate()
2019 context->ReplaceNodeSubsetsWithDelegateKernels( in SetUp()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc4131 return context->ReplaceNodeSubsetsWithDelegateKernels( in DoPrepare()