Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samsung/one
On-device Neural Engine
https://github.com/samsung/one
compiler neural-network on-device-ai optimization runtime
Last synced: 2 days ago
JSON representation
On-device Neural Engine
- Host: GitHub
- URL: https://github.com/samsung/one
- Owner: Samsung
- License: other
- Created: 2020-04-16T09:33:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:46:52.000Z (about 2 months ago)
- Last Synced: 2024-10-29T11:41:10.947Z (about 2 months ago)
- Topics: compiler, neural-network, on-device-ai, optimization, runtime
- Language: C++
- Homepage:
- Size: 893 MB
- Stars: 434
- Watchers: 44
- Forks: 157
- Open Issues: 570
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub release (latest
SemVer)](https://img.shields.io/github/v/release/Samsung/ONE)](https://github.com/Samsung/ONE/releases)
[![Documentation Status](https://readthedocs.org/projects/nnfw/badge/?version=latest)](https://nnfw.readthedocs.io/en/latest/?badge=latest)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Samsung/ONE?color=light%20green)
[![Gitter](https://img.shields.io/gitter/room/Samsung/ONE?color=orange)](https://gitter.im/Samsung/ONE)# **ONE** (On-device Neural Engine)
A high-performance, on-device neural network inference framework.
## Goal
This project **ONE** 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, DSP or NPU.We develop a runtime that runs on a Linux kernel-based OS platform such as Ubuntu, Tizen, or
Android, and a compiler toolchain to support NN models created using various NN training frameworks such
as Tensorflow or PyTorch in a unified form at runtime.## Overview
- [Background](docs/overview/background.md)
- [Roadmap](docs/overview/roadmap.md)## Getting started
- For the contribution, please refer to our [contribution guide](docs/howto/how-to-contribute.md).
- You can also find various how-to documents [here](docs/howto).## Feature Request
You can suggest development of **ONE**'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?q=label%3AFEATURE_REQUEST+) 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 add a new operation](docs/howto/how-to-add-a-new-operation.md), for help.We are looking forward to your participation.
Thank you in advance!## How to Contact
- Please post questions, issues, or suggestions into [Issues](https://github.com/Samsung/ONE/issues). This is the best way to communicate with the developer.
- You can also have an open discussion with community members through [gitter.im](https://gitter.im/Samsung/ONE) channel.