Home
last modified time | relevance | path

Searched refs:nonExtensionOperandSizeOfDataOverflowsUInt32 (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DLegacyUtils.h171 bool nonExtensionOperandSizeOfDataOverflowsUInt32(OperandType type,
H A DLegacyHalUtils.h147 bool nonExtensionOperandSizeOfDataOverflowsUInt32(V1_3::OperandType type,
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DTypeManager.cpp285 return nonExtensionOperandSizeOfDataOverflowsUInt32(type, dimensions); in sizeOfDataOverflowsUInt32()
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyHalUtils.cpp107 bool nonExtensionOperandSizeOfDataOverflowsUInt32(V1_3::OperandType type, in nonExtensionOperandSizeOfDataOverflowsUInt32() function
109 return nonExtensionOperandSizeOfDataOverflowsUInt32(uncheckedConvert(type), dimensions); in nonExtensionOperandSizeOfDataOverflowsUInt32()
H A DLegacyUtils.cpp354 bool nonExtensionOperandSizeOfDataOverflowsUInt32(OperandType type, in nonExtensionOperandSizeOfDataOverflowsUInt32() function
H A DCpuExecutor.cpp209 nonExtensionOperandSizeOfDataOverflowsUInt32(info->type, info->dimensions)) { in setInfoAndAllocateIfNeeded()