[exo-tflite] Change the name of input of TFLRelu (#7081)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Mon, 2 Sep 2019 04:16:38 +0000 (13:16 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 2 Sep 2019 04:16:38 +0000 (13:16 +0900)
commitc04ed020ac2c9440b9d20f4c49b9f0229b07c236
tree39abf4752fff7d3eaae407ff22b0fcea2dc60bb9
parent6618fdedab4e0a9fb498985fba041f1f6de39fd1
[exo-tflite] Change the name of input of TFLRelu (#7081)

* [exo-tflite] Change the name of input of TFLRelu

Input name follows TensorFlow input naming. (input -> features)

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* modify input -> features
compiler/exo-tflite/src/Dialect/IR/TFLNodes.h
compiler/exo-tflite/src/Dialect/IR/TFLNodes.test.cpp
compiler/exo-tflite/src/Dialect/Service/TFLShapeInferenceRule.test.cpp
compiler/exo-tflite/src/Dialect/Service/TFLTypeInference.test.cpp
compiler/exo-tflite/src/OperationExporter.cpp
compiler/exo-tflite/src/TFLFormattedGraph.cpp