Home
last modified time | relevance | path

Searched refs:sizeOfDataOverflowsUInt32 (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DTypeManager.h88 bool sizeOfDataOverflowsUInt32(OperandType type, const std::vector<uint32_t>& dimensions) const;
H A DTypeManager.cpp282 bool TypeManager::sizeOfDataOverflowsUInt32(OperandType type, in sizeOfDataOverflowsUInt32() function in android::nn::TypeManager
H A DExecutionBuilder.cpp1133 NN_RET_CHECK(!TypeManager::get()->sizeOfDataOverflowsUInt32(operandType, in updateOutputShapes()