Rename reduce max operation (#4806)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 21 Mar 2019 01:25:00 +0000 (10:25 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 21 Mar 2019 01:25:00 +0000 (10:25 +0900)
commitfb0d61c32444b65bbefd4f9083ccbac0225b5984
tree8828727d32136d99de4d21b3e731e451605d2e57
parent8d5efbcc0385a9f27e94bf9b5f2e4ad130d1b7cd
Rename reduce max operation (#4806)

Rename NNAPI Ex operation for reduce max
TENSORFLOW_MAX_EX -> REDUCE_MAX_EX
Update NeuralNetworksEx.h comment

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
15 files changed:
include/NeuralNetworksEx.h
libs/tflite/src/ext/nnapi_delegate.cpp
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc
runtimes/pure_arm_compute/src/model.cc
tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun.cpu
tests/nnapi/nnapi_gtest.skip.x86_64-linux.neurun
tests/nnapi/specs/Ex/reduce_max_ex_2D_float.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_2D_float.mod.py with 87% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_2D_int32.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_2D_int32.mod.py with 86% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_4D_float_reducing_C.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_4D_float_reducing_C.mod.py with 93% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_4D_float_reducing_HW.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_4D_float_reducing_HW.mod.py with 94% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_float.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_float.mod.py with 85% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_float_1.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_float_1.mod.py with 88% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_float_2.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_float_2.mod.py with 88% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_quant8_1.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_quant8_1.mod.py with 88% similarity]
tests/nnapi/specs/Ex/reduce_max_ex_quant8_2.mod.py [moved from tests/nnapi/specs/Ex/tensorflowmax_ex_quant8_2.mod.py with 88% similarity]