[nnc] Problems fixed during the debug of the Convolution and the Softmax operations...
authorТимур Отеллович Аблязимов/AI Tools Lab /SRR/Staff Engineer/삼성전자 <t.ablyazimov@samsung.com>
Tue, 13 Nov 2018 16:27:02 +0000 (19:27 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Tue, 13 Nov 2018 16:27:02 +0000 (19:27 +0300)
commitea5a0925d4573128324bc9c69af4b4a19510ed9b
tree6ceb0043853388ede7c9e8d5081aa82293514ccd
parent640678f8f242ea7d9bccc569b76ac76b165797c3
[nnc] Problems fixed during the debug of the Convolution and the Softmax operations (#2142)

- Tensor and tensor shapes transposed in certain places.
- Serialization operation changed to save tensors starting from lower to higher dimensions (to be easily readable by the standard ACL routine).

Signed-off-by: Timur Ablyazimov <t.ablyazimov@samsung.com>
contrib/nnc/include/core/modelIR/TensorUtil.h
contrib/nnc/include/passes/acl_soft_backend/AclCppOpGenerator.h
contrib/nnc/passes/acl_soft_backend/AclArtifactUtilities.in
contrib/nnc/passes/acl_soft_backend/AclCppOpGenerator.cpp