Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp217 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
219 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
221 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
222 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp235 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
237 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
239 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
240 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp235 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
237 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
239 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
240 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp267 IntegerType accElementType; in buildConvOpResultTypeInfo() local
269 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
271 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
272 auto accType = outputShapedType.clone(accElementType); in buildConvOpResultTypeInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp269 IntegerType accElementType; in buildConvOpResultTypeInfo() local
271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp269 IntegerType accElementType; in buildConvOpResultTypeInfo() local
271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp269 IntegerType accElementType; in buildConvOpResultTypeInfo() local
271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp269 IntegerType accElementType; in buildConvOpResultTypeInfo() local
271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp269 IntegerType accElementType; in buildConvOpResultTypeInfo() local
271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp269 IntegerType accElementType; in buildConvOpResultTypeInfo() local
271 accElementType = builder.getIntegerType(48); in buildConvOpResultTypeInfo()
273 accElementType = builder.getI32Type(); in buildConvOpResultTypeInfo()
274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp239 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
241 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
243 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
244 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp239 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
241 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
243 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
244 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp239 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
241 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
243 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
244 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp436 IntegerType accElementType; in buildMatMulOpWithQuantInfo() local
438 accElementType = builder.getIntegerType(48); in buildMatMulOpWithQuantInfo()
440 accElementType = builder.getI32Type(); in buildMatMulOpWithQuantInfo()
441 auto accType = outputShapedType.clone(accElementType); in buildMatMulOpWithQuantInfo()