Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/src/test/native/
Dinterpreter_test_jni.cc65 context->ReplaceNodeSubsetsWithDelegateKernels( in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc271 TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels( in ReplaceNodeSubsetsWithDelegateKernels() function in tflite::Subgraph
275 ->ReplaceNodeSubsetsWithDelegateKernels(registration, nodes_to_replace, in ReplaceNodeSubsetsWithDelegateKernels()
373 TfLiteStatus Subgraph::ReplaceNodeSubsetsWithDelegateKernels( in ReplaceNodeSubsetsWithDelegateKernels() function in tflite::Subgraph
1441 context_.ReplaceNodeSubsetsWithDelegateKernels = in SwitchToDelegateContext()
1442 ReplaceNodeSubsetsWithDelegateKernels; in SwitchToDelegateContext()
1453 context_.ReplaceNodeSubsetsWithDelegateKernels = in SwitchToKernelContext()
Dsubgraph.h522 static TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
531 TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/delegates/utils/
Dsimple_delegate.cc109 return context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/
Ddelegate_test_util.cc229 context->ReplaceNodeSubsetsWithDelegateKernels( in SimpleDelegate()
490 context->ReplaceNodeSubsetsWithDelegateKernels( in FP16Delegate()
Ddelegate_test.cc877 context->ReplaceNodeSubsetsWithDelegateKernels( in SetUp()
/external/tensorflow/tensorflow/lite/c/
Dcommon.h712 TfLiteStatus (*ReplaceNodeSubsetsWithDelegateKernels)( member
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc359 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc415 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
Ddelegate.cc535 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
Dmetal_delegate.mm679 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels(context, kRegistration,
/external/armnn/delegate/src/
Darmnn_delegate.cpp109 tfLiteContext->ReplaceNodeSubsetsWithDelegateKernels( in DoPrepare()
/external/tensorflow/tensorflow/lite/delegates/coreml/
Dcoreml_delegate.mm253 return context->ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc990 EXPECT_EQ(context->ReplaceNodeSubsetsWithDelegateKernels( in TEST()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc5847 auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DoPrepare()
5897 return context->ReplaceNodeSubsetsWithDelegateKernels( in DoPrepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc2937 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc3869 const TfLiteStatus status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()