Searched refs:nonExtensionOperandSizeOfDataOverflowsUInt32 (Results 1 – 6 of 6) sorted by relevance
32 using ::android::nn::nonExtensionOperandSizeOfDataOverflowsUInt32;40 return nonExtensionOperandSizeOfDataOverflowsUInt32(operandType, operand.dimensions); in operandOverflows()
83 const bool willOverflow = nonExtensionOperandSizeOfDataOverflowsUInt32(halType, dimensions); in convert()
292 return nonExtensionOperandSizeOfDataOverflowsUInt32(type, dimensions); in sizeOfDataOverflowsUInt32()
286 bool nonExtensionOperandSizeOfDataOverflowsUInt32(hal::OperandType type,
195 nonExtensionOperandSizeOfDataOverflowsUInt32(info->type, info->dimensions)) { in setInfoAndAllocateIfNeeded()
392 bool nonExtensionOperandSizeOfDataOverflowsUInt32(hal::OperandType type, in nonExtensionOperandSizeOfDataOverflowsUInt32() function