Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DTypeManager.h85 bool sizeOfDataOverflowsUInt32(hal::OperandType type,
DTypeManager.cpp289 bool TypeManager::sizeOfDataOverflowsUInt32(hal::OperandType type, in sizeOfDataOverflowsUInt32() function in android::nn::TypeManager
DExecutionBuilder.cpp906 NN_RET_CHECK(!TypeManager::get()->sizeOfDataOverflowsUInt32(operandType, in updateOutputShapes()