[moco-tf] TypeInference (#6593)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 14 Aug 2019 08:29:12 +0000 (17:29 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 14 Aug 2019 08:29:12 +0000 (17:29 +0900)
commit1f855a2167d35eb7721eb574565a07d6e7a41caa
tree5cbd366128e43e78169c2ea0b72e908b9be0fed1
parent249ff104c6411d3886e666ceb03b738d5f1360f7
[moco-tf] TypeInference (#6593)

* [moco-tf] TypeInference

This will introduce TF dialect TypeInference and rule class

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* explicit use name space

* update commentf for TypeInference

* add todo

* update class name and comment

* comment for not supported yet node
compiler/moco-tf/src/Dialect/TFTypeInferenceRule.cpp [new file with mode: 0644]
compiler/moco-tf/src/Dialect/TFTypeInferenceRule.h [new file with mode: 0644]
compiler/moco-tf/src/Dialect/TypeInference.cpp [new file with mode: 0644]
compiler/moco-tf/src/Dialect/TypeInference.h [new file with mode: 0644]