Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/
Dtflite_model_reader.cc69 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/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
1355 context_.ReplaceNodeSubsetsWithDelegateKernels = in SwitchToDelegateContext()
1356 ReplaceNodeSubsetsWithDelegateKernels; in SwitchToDelegateContext()
1367 context_.ReplaceNodeSubsetsWithDelegateKernels = in SwitchToKernelContext()
Dsubgraph.h491 static TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
500 TfLiteStatus ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/delegates/utils/
Dsimple_delegate.cc109 return context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/
Ddelegate_test_util.cc213 context->ReplaceNodeSubsetsWithDelegateKernels( in SimpleDelegate()
447 context->ReplaceNodeSubsetsWithDelegateKernels( in FP16Delegate()
Ddelegate_test.cc832 context->ReplaceNodeSubsetsWithDelegateKernels( in SetUp()
/external/tensorflow/tensorflow/lite/c/
Dcommon.h670 TfLiteStatus (*ReplaceNodeSubsetsWithDelegateKernels)( member
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc360 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc430 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
Dgl_delegate.cc416 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
Dmetal_delegate.mm681 const auto status = context->ReplaceNodeSubsetsWithDelegateKernels(context, kRegistration,
/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc745 TFLITE_DCHECK(context->ReplaceNodeSubsetsWithDelegateKernels == nullptr); in Init()
792 TFLITE_DCHECK(context->ReplaceNodeSubsetsWithDelegateKernels == nullptr); in Init()
/external/tensorflow/tensorflow/lite/delegates/coreml/
Dcoreml_delegate.mm253 return context->ReplaceNodeSubsetsWithDelegateKernels(
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc991 EXPECT_EQ(context->ReplaceNodeSubsetsWithDelegateKernels( in TEST()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc3300 const TfLiteStatus status = context->ReplaceNodeSubsetsWithDelegateKernels( in DelegatePrepare()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc5204 return context->ReplaceNodeSubsetsWithDelegateKernels( in DoPrepare()