Add serialized test info readers and tensor comparator (#871)
authorDmitry Mozolev/AI Tools Lab /SRR/Engineer/삼성전자 <d.mozolev@samsung.com>
Fri, 3 Aug 2018 14:25:51 +0000 (17:25 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Fri, 3 Aug 2018 14:25:50 +0000 (17:25 +0300)
commitc72190831830a44e7d754bcdccc123ab086b5b8b
treec47db258c74bde89a68db0f5c98a11942178a14e
parentb0222056499f43670ddd14ba4ad66f609a98a1b5
Add serialized test info readers and tensor comparator (#871)

Added functions that use flatbuffers to get NN operator
parameters needed for Model IR graph construction, and a tensor
comparing function that acts as a GTest assert.

Signed-off-by: Dmitry Mozolev <d.mozolev@samsung.com>
contrib/nnc/libs/backend/interpreter/test/include/op_info_util.h [new file with mode: 0644]
contrib/nnc/libs/backend/interpreter/test/src/op_info_util.cpp [new file with mode: 0644]