Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp174 ArrayAttr dilation, ArrayAttr outputShape) { in buildTransConvOpWithQuantInfo() argument
179 result.addAttribute("out_shape", outputShape); in buildTransConvOpWithQuantInfo()
233 auto outputShape = outputShapedType.getShape(); in buildMatMulOpWithQuantInfo() local
240 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp267 auto outputShape = outputShapedType.getShape(); in buildConvOpResultTypeInfo() local
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaOpBase.td127 "ArrayAttr":$outputShape),
132 outputShape);