Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp355 Optional<int64_t> tensorSize = getTypeNumBytes(options, type); in convertTensorType() local
356 if (!scalarSize || !tensorSize) { in convertTensorType()
362 auto arrayElemCount = *tensorSize / *scalarSize; in convertTensorType()