Add support of negative axis in softmax (#1117)
authorEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 22 Aug 2018 13:09:17 +0000 (16:09 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Wed, 22 Aug 2018 13:09:17 +0000 (16:09 +0300)
commite39dfae2dc5d06971b7993e3dddc8b9e4817bf69
tree69a8837e37966f83a02314c9364296b6dbb8b125
parentee0287a264f8469996e6937d64feeec49052cfa9
Add support of negative axis in softmax (#1117)

Use negative parameter in softmax operation to count axises from last one
contrib/nnc/libs/core/include/nnc/core/IR/model/operations/softmax_op.h
contrib/nnc/libs/frontend/caffe/src/caffe_op_creator.cpp
contrib/nnc/libs/frontend/tflite/src/tflite_op_creator.cpp
contrib/nnc/unittests/core/operation.cpp