blob: 57aa79081f094ecc548eb36538c5220f3f401d6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# nncc
Re-targetable neural network (NN) model compilation framework
## Goals
nncc, which stands for neural network compiler collection, aims to provide a general framework for
compiling a given NN model to an artifact that runs on various target devices such as CPU, GPU, or
NPU.
## Maintainers
* Jonghyun Park (jh1302.park@samsung.com)
* Sangmin Seo (sangmin7.seo@samsung.com)
* Sung-Jae Lee (sj925.lee@samsung.com)
|