Home
last modified time | relevance | path

Searched defs: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()
167 inline TrcMemAccessorBase::TrcMemAccessorBase(MemAccTypes accType) : in TrcMemAccessorBase()
/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp240 auto accType = RankedTensorType::get(outputShape, accElementType); in buildMatMulOpWithQuantInfo() local
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp274 auto accType = RankedTensorType::get(outputShape, accElementType); in buildConvOpResultTypeInfo() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp286 ContractionOp op, VectorType lhsType, VectorType rhsType, Type accType, in verifyOutputShape()
374 auto accType = op.getAccType(); in verify() local