Skip to content

Commit

Permalink
Release note for 1.4.0 (Samsung#194)
Browse files Browse the repository at this point in the history
* Release note for 1.4.0

- Release note for 1.4.0

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>

* Use ONE Runtime

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>

* Apply suggestions from code review

Co-Authored-By: Sung-Jae Lee <sjlee@mail.com>

Co-authored-by: Sung-Jae Lee <sjlee@mail.com>
  • Loading branch information
chunseoklee and lemmaa committed Apr 23, 2020
1 parent f47dee2 commit fcf2b99
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/release/release_note_1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# ONE 1.4.0 Release Note

## Feature Highlights

- ONE runtime(a.k.a `onert`)
- CPU backend supports more operations
- (Experimental) Android package is released

## ONE Runtime

#### CPU backend supports more operations

The following operations are supported on CPU backend :
- Rsqrt
- Abs
- Sin
- StrideSlice
- Shape

#### (Experimental) Android package is released

- For building onert from scratch, read [CrossBuildForAndroid.md](https://github.com/Samsung/ONE/blob/master/docs/nnfw/howto/CrossBuildForAndroid.md).
- For developing application with onert, please read [HowToUseONEAPI.md](https://github.com/Samsung/ONE/blob/master/docs/nnfw/howto/CrossBuildForAndroid.md).

0 comments on commit fcf2b99

Please sign in to comment.