Skip to content

Commit

Permalink
Release Note for ONE 1.15.0 (#6642)
Browse files Browse the repository at this point in the history
* Release Note for ONE 1.15.0

- Release Note for ONE 1.15.0

Signed-off-by: twoflower <chunseoklee@gmail.com>

* Update docs/release/1.15/release-note-1.15.0.md

Co-authored-by: seongwoo chae <mhs4670go@naver.com>

Co-authored-by: twoflower <chunseoklee@gmail.com>
Co-authored-by: seongwoo chae <mhs4670go@naver.com>
  • Loading branch information
3 people authored Apr 20, 2021
1 parent 32e9570 commit 1645e94
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release/1.15/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. ONE documentation master file, created by
sphinx-quickstart on Thu Mar 18 16:47:12 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
1.0
===

.. toctree::
:maxdepth: 2
:caption: Contents:

./release-note-1.15.0.md
42 changes: 42 additions & 0 deletions docs/release/1.15/release-note-1.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Release Note 1.15.0

## ONE Compiler

### Compiler Frontend

- Support more Ops for quantization
- Fix `record-minmax` tool for bool type, NaN values
- Fix `one-cmds` test scripts
- Remove `stdex` module
- `arser` supports short option


## ONE Runtime

### Runtime backend supports more operations and types

- CPU backend
- Add: int8
- AvgPool2d: int8
- Conv2D: int8
- DepthwiseConv2D: int8
- Div: uint8
- Elu: float
- ExpandDims: int8
- LogicalAnd: boolean
- Maximum: uint8
- MaxPool2D: int8
- Minimum: uint8
- Mul: int8
- Pad: int8
- PadV2: int8
- Quantize: uint8, int8
- Reshape: int8
- Resizebiliear: int8
- Softmax: int8
- Squeeze: int8
- Sub: int8

### ARM Compute Library Update

- ONERT uses Compute Library v21.02

0 comments on commit 1645e94

Please sign in to comment.