Add border type in pooling operation (#1579)
authorEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 19 Sep 2018 12:41:09 +0000 (15:41 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Wed, 19 Sep 2018 12:41:09 +0000 (15:41 +0300)
commit6175e6d8cc039ba5dbd16251e28c9e38766c062b
tree810ad7da1a86124ca8bb9a1be202ebcc55342bfc
parentf56b5e82bb1bfd4663cb54f49f0372565ac045b9
Add border type in pooling operation (#1579)

* Add border type that describes content of pool input outside of it's shape
* Support this property in importers
* Fix warning in tflite_op_creator.cpp

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
contrib/nnc/include/core/modelIR/operations/pool_op.h
contrib/nnc/passes/caffe_frontend/caffe_op_creator.cpp
contrib/nnc/passes/tflite_frontend/tflite_op_creator.cpp
contrib/nnc/unittests/soft_backend/CPPOperations.cpp