Home
last modified time | relevance | path

Searched refs:tensorAllocationType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/delegate/opaque/src/
H A DOpaqueDelegateUtils.hpp110 auto tensorAllocationType = TfLiteOpaqueTensorGetAllocationType(tfLiteTensor); in IsConstantTensor() local
111 if (tensorAllocationType == kTfLiteMmapRo) in IsConstantTensor()
120 auto tensorAllocationType = TfLiteOpaqueTensorGetAllocationType(tfLiteTensor); in IsDynamicTensor() local
121 if (tensorAllocationType == kTfLiteDynamic) in IsDynamicTensor()
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DClassicDelegateUtils.hpp108 auto tensorAllocationType = tfLiteTensor.allocation_type; in IsDynamicTensor() local
109 if (tensorAllocationType == kTfLiteDynamic) in IsDynamicTensor()