volcacius / pyxir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyXIR

PyXIR is an Neural Network Intermediate Representation (IR) for deep learning. It is designed to be an interface between deep learning frameworks and neural network hardware accelerators, specifically Xilinx Vitis-AI FPGA based accelerators like DPU.

At the moment PyXIR integrates with following frameworks:

and with following Vitis-AI accelerators:

  • DPUCADX8G (formerly DPUv1)
  • DPUCZDX8G (formerly DPUv2)

Note that not all accelerators are enabled through all frameworks at the moment. For example, through the ONNXRuntime framework only the DPUCADX8G accelerator is supported for now.

About

License:Apache License 2.0


Languages

Language:Python 88.2%Language:C++ 10.7%Language:Shell 0.8%Language:Dockerfile 0.2%Language:CMake 0.2%