Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.92 KB

DeveloperGettingStartedGuide.md

File metadata and controls

32 lines (18 loc) · 1.92 KB

Developer's getting started guide

Our work is divided in 3 parts:


1) Implementing these ONNX operators.

2) Test the above ONNX operators.
  • Here are the test cases

  • After making this branch stable it will be merged in the official repo dnnCompiler.


3) Implement SWIG for python interface.
  • Here is a SWIG Tutorial.

  • DNNC operators and tensors should be implemented for the python interface with SWIG.

  • Check out Numpy for the implementation of our tensor and it's simplicity.