summaryrefslogtreecommitdiff
path: root/README.md
blob: dfa91afa83fefcf7d30d54bfff01475fa4a91c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# nnfw

A high-performance, on-device neural network inference framework

## Goal

This project _nnfw_ aims at providing a high-performance, on-device neural network (NN) inference
framework that performs inference of a given NN model on processors, such as CPU, GPU, or NPU, in
the target platform, such as the Linux kernel based OS including Tizen.

## Project Documents

- [Roadmap](docs/nnfw/roadmap.md)
- [SW Requirement Specification](docs/nnfw/project/2019_requirement_specification.md)
- [SW High Level Design](docs/nnfw/project/2018_high_level_design.md)

## Getting started

- For the contribution, please refer to our [contribution guide](docs/HowToContribute.md).
- You can also find how-to documents [HERE](docs/nnfw/howto.md).

## Maintainers

- Sung-Jae Lee <<sj925.lee@samsung.com>>
- Chunseok Lee <<chunseok.lee@samsung.com>>

## Committers

- Hyeongseok Oh <<hseok82.oh@samsung.com>>
- Hanjoung Lee <<hanjoung.lee@samsung.com>>
- Sharan Allur <<sharan.allur@samsung.com>>

## Feature Request (NEW)

You can suggest development of nnfw's features that are not yet available.

The functions requested so far can be checked in the [popular feature request](https://github.com/Samsung/ONE/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AFEATURE_REQUEST+sort%3Areactions-%2B1-desc) list.

- If the feature you want is on the list, :+1: to the body of the issue. The feature with the most
:+1: is placed at the top of the list. When adding new features, we will prioritize them with this reference.
Of course, it is good to add an additional comment which describes your request in detail.

- For features not listed, [create a new issue](https://github.com/Samsung/ONE/issues/new).
Sooner or later, the maintainer will tag the `FEATURE_REQUEST` label and appear on the list.

We expect one of the most frequent feature requests would be the operator kernel implementation.
It is good to make a request, but it is better if you contribute by yourself. See the following guide,
[How to Implement Operator Kernel](docs/nnfw/howto/HowToAddNewOperation.md), for help.

We are looking forward to your participation.
Thank you in advance!

# 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

- Sung-Jae Lee <<sj925.lee@samsung.com>>
- Jonghyun Park <<jh1302.park@samsung.com>>

## Committers

- Saehie Park <<saehie.park@samsung.com>>
- Hyeongseok Oh <<hseok82.oh@samsung.com>>
- Efimov Alexander <<a.efimov@samsung.com>>

## How to Contact

- Please post questions, issues, or suggestions into [Issues](https://github.com/Samsung/ONE/issues).