README.md 313 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
Project Structure
=================

The following components are operator invariant.

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

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

12 13
- top: NNVM core tensor operators
- compiler: NNVM compiler toolchain