Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp322 Optional<int64_t> tensorSize = getTypeNumBytes(type); in convertTensorType() local
323 if (!scalarSize || !tensorSize) { in convertTensorType()
329 auto arrayElemCount = *tensorSize / *scalarSize; in convertTensorType()