Home
last modified time | relevance | path

Searched defs:tfLiteTensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/delegate/opaque/src/
H A DOpaqueDelegateUtils.hpp108 bool IsConstantTensor(const TfLiteOpaqueTensor* tfLiteTensor) in IsConstantTensor()
118 bool IsDynamicTensor(const TfLiteOpaqueTensor* tfLiteTensor) in IsDynamicTensor()
128 bool IsValid(const TfLiteOpaqueTensor* tfLiteTensor) in IsValid()
134 const TfLiteOpaqueTensor* tfLiteTensor, in IsValid()
157 bool IsAffineQuantization(const TfLiteOpaqueTensor& tfLiteTensor) in IsAffineQuantization()
388 armnn::DataType GetDataType(const TfLiteOpaqueTensor* tfLiteTensor) in GetDataType()
434 armnn::TensorInfo GetTensorInfoForTfLiteOpaqueTensor(const TfLiteOpaqueTensor* tfLiteTensor, bool i… in GetTensorInfoForTfLiteOpaqueTensor()
528 armnn::ConstTensor CreateConstTensor(const TfLiteOpaqueTensor* tfLiteTensor, in CreateConstTensor()
544 …const TfLiteOpaqueTensor* tfLiteTensor = TfLiteOpaqueNodeGetInput(tfLiteContext, tfLiteNode, index… in GetConstTensorForTfLiteTensor() local
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DClassicDelegateUtils.hpp106 bool IsDynamicTensor(const TfLiteTensor& tfLiteTensor) in IsDynamicTensor()
116 bool IsValid(const TfLiteTensor* tfLiteTensor) in IsValid()
121 bool IsValid(TfLiteContext* tfLiteContext, const TfLiteTensor& tfLiteTensor, int32_t operatorCode, … in IsValid()
144 bool IsAffineQuantization(const TfLiteTensor& tfLiteTensor) in IsAffineQuantization()
317 armnn::DataType GetDataType(const TfLiteTensor& tfLiteTensor) in GetDataType()
361 armnn::TensorInfo GetTensorInfoForTfLiteTensor(const TfLiteTensor& tfLiteTensor, bool isOutput = fa… in GetTensorInfoForTfLiteTensor()
448 armnn::ConstTensor CreateConstTensor(const TfLiteTensor* tfLiteTensor, in CreateConstTensor()
462 const TfLiteTensor &tfLiteTensor = tfLiteTensors[tfLiteNode->inputs->data[index]]; in GetConstTensorForTfLiteTensor() local