Constant input attr added to fully connected operation in TFLite frontend (#6228)
authorDmitriy Smirnov <dmitriy.smirnov@arm.com>
Thu, 20 Aug 2020 18:44:04 +0000 (19:44 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 18:44:04 +0000 (11:44 -0700)
commite52c5ba5b1a5be3f9dc94e74220f7e16b98b17cb
tree775f13a145b3487e59d9e2f27dd020e59f883160
parentf577aa633f83e67df827496a79a03afc3bee81f5
Constant input attr added to fully connected operation in TFLite frontend (#6228)

* Constant input attr added to fully connected operation

An ability to handle constant input attr added to fully connected operation
Unit tests amended.

* renamed wrap_input to const_input

* removed extra spaces
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py