Searched refs:sizeOfTensorDataOverflowsUInt32 (Results 1 – 3 of 3) sorted by relevance
179 bool sizeOfTensorDataOverflowsUInt32(uint32_t elementSize, const std::vector<uint32_t>& dimensions);
302 return info->isTensor ? sizeOfTensorDataOverflowsUInt32(info->byteSize, dimensions) : false; in sizeOfDataOverflowsUInt32()
338 : sizeOfTensorDataOverflowsUInt32(sizeOfElement, dimensions); in nonExtensionOperandSizeOfDataOverflowsUInt32()341 bool sizeOfTensorDataOverflowsUInt32(uint32_t sizeOfElement, in sizeOfTensorDataOverflowsUInt32() function