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