Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h172 bool nonExtensionOperandSizeOfDataOverflowsUInt32(OperandType type,
DLegacyHalUtils.h147 bool nonExtensionOperandSizeOfDataOverflowsUInt32(V1_3::OperandType type,
/packages/modules/NeuralNetworks/runtime/
DTypeManager.cpp298 return nonExtensionOperandSizeOfDataOverflowsUInt32(type, dimensions); in sizeOfDataOverflowsUInt32()
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp108 bool nonExtensionOperandSizeOfDataOverflowsUInt32(V1_3::OperandType type, in nonExtensionOperandSizeOfDataOverflowsUInt32() function
110 return nonExtensionOperandSizeOfDataOverflowsUInt32(uncheckedConvert(type), dimensions); in nonExtensionOperandSizeOfDataOverflowsUInt32()
DLegacyUtils.cpp331 bool nonExtensionOperandSizeOfDataOverflowsUInt32(OperandType type, in nonExtensionOperandSizeOfDataOverflowsUInt32() function
DCpuExecutor.cpp209 nonExtensionOperandSizeOfDataOverflowsUInt32(info->type, info->dimensions)) { in setInfoAndAllocateIfNeeded()