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