Searched refs:tensorAllocationType (Results 1 – 2 of 2) sorted by relevance
110 auto tensorAllocationType = TfLiteOpaqueTensorGetAllocationType(tfLiteTensor); in IsConstantTensor() local111 if (tensorAllocationType == kTfLiteMmapRo) in IsConstantTensor()120 auto tensorAllocationType = TfLiteOpaqueTensorGetAllocationType(tfLiteTensor); in IsDynamicTensor() local121 if (tensorAllocationType == kTfLiteDynamic) in IsDynamicTensor()
108 auto tensorAllocationType = tfLiteTensor.allocation_type; in IsDynamicTensor() local109 if (tensorAllocationType == kTfLiteDynamic) in IsDynamicTensor()