Home
last modified time | relevance | path

Searched defs:tfLiteNodeParameters (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/delegate/classic/src/
H A DConvolution.hpp104 auto* tfLiteNodeParameters = reinterpret_cast<TfLiteConvParams*>(tfLiteNode->builtin_data); in VisitConv2dOperator() local
293 auto* tfLiteNodeParameters = reinterpret_cast<TfLiteConv3DParams*>(tfLiteNode->builtin_data); in VisitConv3dOperator() local
515 …auto* tfLiteNodeParameters = reinterpret_cast<TfLiteDepthwiseConvParams *>(tfLiteNode->builtin_dat… in VisitDepthwiseConv2dOperator() local
H A DFullyConnected.hpp62 …auto* tfLiteNodeParameters = reinterpret_cast<TfLiteFullyConnectedParams *>(tfLiteNode->builtin_da… in VisitFullyConnectedOperator() local
H A DPooling.hpp52 auto* tfLiteNodeParameters = reinterpret_cast<TfLitePoolParams*>(tfLiteNode->builtin_data); in VisitPooling2dOperator() local
H A DElementwiseBinary.hpp272 auto* tfLiteNodeParameters = reinterpret_cast<TfLiteAddParams*>(tfLiteNode->builtin_data); in VisitElementwiseBinaryOperator() local