tree: f9ff3e7f7a10490b80aa83805949ede0b41fc17b [path history] [tgz]
  1. c_api/
  2. compiler/
  3. core/
  4. pass/
  5. top/
  6. README.md
nnvm/src/README.md

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