Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DLegacyUtils.h178 bool sizeOfTensorDataOverflowsUInt32(uint32_t elementSize, const std::vector<uint32_t>& dimensions);
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DTypeManager.cpp289 return info->isTensor ? sizeOfTensorDataOverflowsUInt32(info->byteSize, dimensions) : false; in sizeOfDataOverflowsUInt32()
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp361 : sizeOfTensorDataOverflowsUInt32(sizeOfElement, dimensions); in nonExtensionOperandSizeOfDataOverflowsUInt32()
364 bool sizeOfTensorDataOverflowsUInt32(uint32_t sizeOfElement, in sizeOfTensorDataOverflowsUInt32() function