AI 硬件In preparation
RTL Design: CNN Accelerators
Map convolution and data reuse to hardware and implement the operations of a small CNN inference workload.
ConvolutionQuantizationInference accelerators
你将学到什么
- Map convolution inputs, weights and outputs
- Build quantized, fixed-point reference results
- Supply data through buffers and an arithmetic array
- Connect activation and output processing and compare results
建议先修课程
RTL Design: Systolic Arrays ↗课程大纲
- CNN operations and convolution
- Quantization and a reference model
- Data reuse and buffering
- Connecting and checking inference operations