Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Latest commit

 

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Project Structure

The following components are operator invariant.

  • c_api: NNVM C API
  • core: NNVM core data structure
  • pass: NNVM pass

The following components are generic NNVM compiler and defines tensor operator set

  • top: NNVM core tensor operators
  • compiler: NNVM compiler toolchain