ONNXim is a fast cycle-level simulator that can model multi-core NPUs for DNN inference. Its features include the following: ONNXim requires ONNX graph files (.onnx) to simulate DNN models. We provide ...
# create an aggmap env conda create -n aggmap python=3.8 conda activate aggmap pip install --upgrade pip pip install aggmap==1.2.1 ...