Searched refs:tensorSize (Results 1 – 1 of 1) sorted by relevance
322 Optional<int64_t> tensorSize = getTypeNumBytes(type); in convertTensorType() local323 if (!scalarSize || !tensorSize) { in convertTensorType()329 auto arrayElemCount = *tensorSize / *scalarSize; in convertTensorType()