Add shape helper (#325)
authorDmitry Mozolev/AI Tools Lab /SRR/Engineer/삼성전자 <d.mozolev@samsung.com>
Thu, 14 Jun 2018 13:57:36 +0000 (16:57 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Thu, 14 Jun 2018 13:57:36 +0000 (16:57 +0300)
commitfdc34fa5269aa562d53b0213d9119fa93332dc0b
tree37dda416ccebe81f273ccdf3767632253b6165ae
parent19ed277ec2f0a321599428f118d43e0cf2ad88f7
Add shape helper (#325)

Add shape helper

This commits adds a common class that importers can use to
carry out various operations on shapes useful during model import.

Signed-off-by: Dmitry Mozolev <d.mozolev@samsung.com>
contrib/nnc/libs/frontend/CMakeLists.txt
contrib/nnc/libs/frontend/common/shape_helper.cpp [new file with mode: 0644]
contrib/nnc/libs/frontend/include/shape_helper.h [new file with mode: 0644]