[moco-tf] Introduce TFDialect for Softmax (#6568)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Fri, 16 Aug 2019 01:23:20 +0000 (10:23 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 16 Aug 2019 01:23:20 +0000 (10:23 +0900)
commitea95dafe3723dd6612bb7c60c50bab0681451ece
tree688fda0f04f43ecb122594b4c90acd9bd7739ca4
parentf3ea4ffd5493eb107d22dbb8030b923bd3aa0ee7
[moco-tf] Introduce TFDialect for Softmax (#6568)

* [moco-tf] Introduce TFDialect for Softmax

This commit will introduce `TFSoftmax`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* add fix transforms

* remove fix_pad

* use logits instead of input
compiler/moco-tf/src/Dialect/TFNodes.h
compiler/moco-tf/src/Dialect/TFNodes.lst
compiler/moco-tf/src/IR/TFSoftmax.h [new file with mode: 0644]
compiler/moco-tf/src/IR/TFSoftmax.test.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp