[tflchef] Support Div operation (#2755)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Wed, 2 Jan 2019 00:08:17 +0000 (09:08 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 2 Jan 2019 00:08:17 +0000 (09:08 +0900)
commit45d738c88b0be15e9b24266ff102bc2a08848aab
tree4cca571d9eb69cb3667ec6fb8f5728f8b3046bcd
parent6b280e477f09bfc16c47b3044522a1d25c07c23c
[tflchef] Support Div operation (#2755)

This commit will let tflchef cook Div operation

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
contrib/tflchef/core/src/Op/Div.cpp [new file with mode: 0644]
contrib/tflchef/core/src/Op/Div.h [new file with mode: 0644]
contrib/tflchef/core/src/OpChef.def
contrib/tflchef/core/src/OpChefs.h
contrib/tflchef/proto/tflchef.proto
contrib/tflchef/tests/div/test.recipe [new file with mode: 0644]