Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/mem_acc/
Dtrc_mem_acc_base.h159 inline TrcMemAccessorBase::TrcMemAccessorBase(MemAccTypes accType, ocsd_vaddr_t startAddr, ocsd_vad… in TrcMemAccessorBase() argument
162 m_type(accType), in TrcMemAccessorBase()
167 inline TrcMemAccessorBase::TrcMemAccessorBase(MemAccTypes accType) : in TrcMemAccessorBase() argument
170 m_type(accType), in TrcMemAccessorBase()
/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp240 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo() local
241 result.addTypes(accType); in buildMatMulOpWithQuantInfo()
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo() local
275 return accType; in buildConvOpResultTypeInfo()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp286 ContractionOp op, VectorType lhsType, VectorType rhsType, Type accType, in verifyOutputShape() argument
318 if (resType.isa<VectorType>() || accType.isa<VectorType>()) in verifyOutputShape()
323 auto accVectorType = accType.dyn_cast<VectorType>(); in verifyOutputShape()
374 auto accType = op.getAccType(); in verify() local
422 if (failed(verifyOutputShape(op, lhsType, rhsType, accType, resType, in verify()