Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h179 bool sizeOfTensorDataOverflowsUInt32(uint32_t elementSize, const std::vector<uint32_t>& dimensions);
/packages/modules/NeuralNetworks/runtime/
DTypeManager.cpp302 return info->isTensor ? sizeOfTensorDataOverflowsUInt32(info->byteSize, dimensions) : false; in sizeOfDataOverflowsUInt32()
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp338 : sizeOfTensorDataOverflowsUInt32(sizeOfElement, dimensions); in nonExtensionOperandSizeOfDataOverflowsUInt32()
341 bool sizeOfTensorDataOverflowsUInt32(uint32_t sizeOfElement, in sizeOfTensorDataOverflowsUInt32() function