Home
last modified time | relevance | path

Searched defs: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
120 auto tensorAllocationType = TfLiteOpaqueTensorGetAllocationType(tfLiteTensor); in IsDynamicTensor() local
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DClassicDelegateUtils.hpp108 auto tensorAllocationType = tfLiteTensor.allocation_type; in IsDynamicTensor() local