Home
last modified time | relevance | path

Searched refs:IdentifyOperatorsToDelegate (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/delegate/opaque/src/
H A Darmnn_delegate.cpp116 … (TfLiteOpaqueDelegateGetData(tfLiteDelegate))->IdentifyOperatorsToDelegate(tfLiteContext); in DoPrepare()
235 TfLiteIntArray* ArmnnOpaqueDelegate::IdentifyOperatorsToDelegate(TfLiteOpaqueContext* tfLiteContext) in IdentifyOperatorsToDelegate() function in armnnOpaqueDelegate::ArmnnOpaqueDelegate
/aosp_15_r20/external/armnn/delegate/classic/include/
H A Darmnn_delegate.hpp59 TfLiteIntArray* IdentifyOperatorsToDelegate(TfLiteContext* context);
/aosp_15_r20/external/armnn/delegate/opaque/include/
H A Darmnn_delegate.hpp44 TfLiteIntArray* IdentifyOperatorsToDelegate(TfLiteOpaqueContext* context);
/aosp_15_r20/external/armnn/delegate/classic/src/
H A Darmnn_delegate.cpp81 …static_cast<::armnnDelegate::Delegate*>(tfLiteDelegate->data_)->IdentifyOperatorsToDelegate(tfLite… in DoPrepare()
174 TfLiteIntArray* Delegate::IdentifyOperatorsToDelegate(TfLiteContext* tfLiteContext) in IdentifyOperatorsToDelegate() function in armnnDelegate::Delegate