Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp329 auto arrayElemCount = *tensorSize / *scalarSize; in convertTensorType() local
340 return spirv::ArrayType::get(*arrayElemType, arrayElemCount, *arrayElemSize); in convertTensorType()
390 auto arrayElemCount = *memrefSize / *elementSize; in convertMemrefType() local
400 spirv::ArrayType::get(*arrayElemType, arrayElemCount, *arrayElemSize); in convertMemrefType()