onecc-docker:release/1.15.0

Last commit made on 2021-04-20
Get this branch:
git clone -b release/1.15.0 https://git.launchpad.net/onecc-docker

Branch merges

Branch information

Name:
release/1.15.0
Repository:
lp:onecc-docker

Recent commits

1645e94... by twoflower

Release Note for ONE 1.15.0 (#6642)

* Release Note for ONE 1.15.0

- Release Note for ONE 1.15.0

Signed-off-by: twoflower <email address hidden>

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

Co-authored-by: seongwoo chae <email address hidden>

Co-authored-by: twoflower <email address hidden>
Co-authored-by: seongwoo chae <email address hidden>

32e9570... by SaeHie Park <email address hidden>

[luci] Tests of partition connection for Add and others (#6647)

This will introduce unit tests of partiton connection for nodes Add,
Div, Mul and Sub.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

09c9f46... by SaeHie Park <email address hidden>

[luci] prepare_inputs_miss for negative test (#6646)

This will introduce prepare_inputs_miss method in ConnectionTestHelper
for negative test case.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

690d290... by SaeHie Park <email address hidden>

[luci] Revise partition connection for nodes Mean and others (#6645)

This will revise partition connect method for nodes Mean, Pow, Rsqrt,
Sqrt and SquaredDifference.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

2cd8e36... by SaeHie Park <email address hidden>

[luci] Revise partition connect for nodes Add and others (#6639)

This will revise partition connect method for nodes Add, Div, Mul and
Sub. Purpose of this revisit is to reduce class LOC of ConnectNode as it
will grow more than 500 lines.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

6f2ae38... by SaeHie Park <email address hidden>

[luci] Introduce ConnectionTestHelper class (#6641)

This will introduce ConnectionTestHelper class to make cloned node
connection test easy.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

95df00a... by SaeHie Park <email address hidden>

[luci] Change public to find_connect method (#6640)

This will change scope public to find_connect method of ConnectNode
class.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

3c3e1a0... by SaeHie Park <email address hidden>

[luci] Introduce node graphlet create helper classes (#6638)

This will introduce two helper classes NodeIsGraphletT and
NodeIsGraphletT that will create node graphlet that will provide one
input or arbitrary inputs.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

9f6ca27... by SaeHie Park <email address hidden>

[luci] Add num_inputs to TestIsGraphlet (#6636)

This will add num_inputs method to access number of inputs of TestIsGraphlet.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <email address hidden>

5635911... by dayo <email address hidden>

[luci] Support quantization of ResizeBilinear (#6618)

* [luci] Support quantization of ResizeBilinear

This commit supports quantization and its unittest of ResizeBilinear operation.

ONE-DCO-1.0-Signed-off-by: Dayoung Lee <email address hidden>

* Apply feedbacks

* Add private keyword and inherit SimpleTestGraph