Soft backend: tflite support library (#772)
authorEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Tue, 31 Jul 2018 09:59:38 +0000 (12:59 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 31 Jul 2018 09:59:38 +0000 (18:59 +0900)
commit8444dfb60efdf2e3c0106dcbc66c6b088d963471
treef7627bfdab853f03db74dcb772609a3327f296f5
parent981b24024778a699fe35968f83e99bc886507576
Soft backend: tflite support library (#772)

Add library with common support functions for operations

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_add_bias.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_capped_relu.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_common_funcs.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_concat.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_conv.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_depthwise_conv.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_fully_connected.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_pool.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_relu.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/include/cpp_ops/cpp_softmax.def [new file with mode: 0644]
contrib/nnc/libs/backend/soft/src/generator.cpp