[ann] Implement Sub (#2714)
author윤지영/On-Device Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Mon, 24 Dec 2018 06:03:12 +0000 (15:03 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 24 Dec 2018 06:03:12 +0000 (15:03 +0900)
commite380c48bade544d5b187ce04a8d5d17bb47fa224
tree62312fdabecbb5fe969a5cee2e412aad91ec69c6
parent2ce4b83e4ba276d94037fe394a7816d45bf99b00
[ann] Implement Sub (#2714)

* [ann] Implement prepare for Sub

This patch implements a prepare for Sub operation in ann backend

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* [ann] Implement float32 operation for Sub

This commit implements a float32 operation for Sub operator

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
contrib/ann/runtimes/ref/src/Executor.cpp
contrib/ann/runtimes/ref/src/ops/Sub.cpp [new file with mode: 0644]
contrib/ann/runtimes/ref/src/ops/Sub.float.cpp [new file with mode: 0644]
contrib/ann/runtimes/ref/src/ops/Sub.float.h [new file with mode: 0644]
contrib/ann/runtimes/ref/src/ops/Sub.h [new file with mode: 0644]