[onert/cpu] Implement Rank cpu backend (#4012)
authorHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 28 Aug 2020 07:28:42 +0000 (16:28 +0900)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 07:28:42 +0000 (16:28 +0900)
commit3720992e128cd254b7b90bc3589091d8e1b7b0d0
tree47c0bced9f5ddc13c473c21b863445b979baa5d4
parent927fcf35941d8321e04e451b09e31740316209ec
[onert/cpu] Implement Rank cpu backend (#4012)

Support Rank on cpu backend

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
14 files changed:
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/cpu/KernelGenerator.h
runtime/onert/backend/cpu/ops/RankLayer.cc [new file with mode: 0644]
runtime/onert/backend/cpu/ops/RankLayer.h [new file with mode: 0644]
runtime/onert/core/include/ir/Operations.Include.h
runtime/onert/core/include/ir/Operations.lst
runtime/onert/core/include/ir/operation/Rank.h [new file with mode: 0644]
runtime/onert/core/src/ir/OperationDumper.cc
runtime/onert/core/src/ir/OperationDumper.h
runtime/onert/core/src/ir/operation/Rank.cc [new file with mode: 0644]
runtime/onert/frontend/base_loader/include/base_loader.h
tests/nnfw_api/src/CircleGen.cc
tests/nnfw_api/src/CircleGen.h
tests/nnfw_api/src/one_op_tests/Rank.cc [new file with mode: 0644]