Searched refs:arrayElemType (Results 1 – 1 of 1) sorted by relevance
363 auto arrayElemType = convertScalarType(targetEnv, options, scalarType); in convertTensorType() local364 if (!arrayElemType) in convertTensorType()373 return spirv::ArrayType::get(arrayElemType, arrayElemCount); in convertTensorType()398 Type arrayElemType = in convertBoolMemrefType() local400 if (!arrayElemType) in convertBoolMemrefType()411 auto arrayType = spirv::RuntimeArrayType::get(arrayElemType, stride); in convertBoolMemrefType()440 Type arrayElemType; in convertMemrefType() local443 arrayElemType = in convertMemrefType()446 arrayElemType = in convertMemrefType()455 if (!arrayElemType) in convertMemrefType()[all …]