[moco-tf] Introduce TFNodeBuildTester and apply BiasAdd test (#8272)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 17 Oct 2019 10:14:33 +0000 (19:14 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 17 Oct 2019 10:14:33 +0000 (19:14 +0900)
commit849b8ea603f0a323932d9b28aef2600dece37e21
tree9a490f5a84ec8e251dc3d5c21f1b4e087ce3c7f9
parentb7e6399ea986b977e6a887a7159e45245718997b
[moco-tf] Introduce TFNodeBuildTester and apply BiasAdd test (#8272)

This will introduce TFNodeBuildTester test helper class for testing node's GraphBuilder class.
And applied BiasAdd test code is also shown to show how it works.

This change purpose is not to use Import class and to test only the GraphBuilder that
converts TensorFlow NodeDef to TF dialect node.

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/src/Op/BiasAdd.test.cpp
compiler/moco-tf/src/TestHelper.h
compiler/moco-tf/src/TestHelper.test.cpp