Add more framework tests (#1211)
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 15 May 2018 06:51:59 +0000 (15:51 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 15 May 2018 06:51:59 +0000 (15:51 +0900)
commitb89443236b48c9ee31b2708b6e6037c427268c5b
tree847d3adc8b08fb8abb2960b546dfff1fc00a0e27
parent0caa24ef44eeec219f2061c02c4e02c033c34671
Add more framework tests (#1211)

Add framework tests
- Casting: 4D tensor integer type to float type
- Resize bilinear: 4D input tensor, 4D output tensor (x2 width, x2 height)
- Custom: TensorFlowMax, 2D input tensor with scalar reduction indice, 1D output

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tests/framework/tests/cast/config.sh [new file with mode: 0644]
tests/framework/tests/custom/tensorflowmax/config.sh [new file with mode: 0644]
tests/framework/tests/resize_bilinear/config.sh [new file with mode: 0644]