Framework test: arithmetic operations (#1207)
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 15 May 2018 04:34:08 +0000 (13:34 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 15 May 2018 04:34:08 +0000 (13:34 +0900)
commit0186d01b036d31ee68db896055b90d43c8d8c608
treef05511c5a24e76ff9a87493378e106312849ef10
parent25e83711dd0e22cb83e007d2739df1781aea1fc3
Framework test: arithmetic operations (#1207)

Add framework tests for arithmetic operations: ADD, SUB, MUL, DIV
Set disabled as default
ADD 1D: operand 1 and 2 are 1D tensor
ADD 4D: operand 1 and 2 are 4D tensor
SUB Broadcast: operand 1 is 4D tensor and operand 2 is scalar
MUL Broadcast: operand 1 is 4D tensor and operand 2 is 1D tensor
DIV Broadcast: operand 1 is 4D tensor and operand 2 is scalar

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tests/framework/tests/add/1D/config.sh [new file with mode: 0644]
tests/framework/tests/add/4D/config.sh [new file with mode: 0644]
tests/framework/tests/div/broadcast/config.sh [new file with mode: 0644]
tests/framework/tests/mul/broadcast/config.sh [new file with mode: 0644]
tests/framework/tests/sub/broadcast/config.sh [new file with mode: 0644]