Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/android_fuzzing/
DFuzzHarness.cpp32 using ::android::nn::nonExtensionOperandSizeOfDataOverflowsUInt32;
40 return nonExtensionOperandSizeOfDataOverflowsUInt32(operandType, operand.dimensions); in operandOverflows()
DConverter.cpp83 const bool willOverflow = nonExtensionOperandSizeOfDataOverflowsUInt32(halType, dimensions); in convert()
/frameworks/ml/nn/runtime/
DTypeManager.cpp292 return nonExtensionOperandSizeOfDataOverflowsUInt32(type, dimensions); in sizeOfDataOverflowsUInt32()
/frameworks/ml/nn/common/include/
DUtils.h286 bool nonExtensionOperandSizeOfDataOverflowsUInt32(hal::OperandType type,
/frameworks/ml/nn/common/
DCpuExecutor.cpp195 nonExtensionOperandSizeOfDataOverflowsUInt32(info->type, info->dimensions)) { in setInfoAndAllocateIfNeeded()
DUtils.cpp392 bool nonExtensionOperandSizeOfDataOverflowsUInt32(hal::OperandType type, in nonExtensionOperandSizeOfDataOverflowsUInt32() function