[Pure ACL] Record AvgPool2D operation in model (#671)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 16 Apr 2018 00:14:39 +0000 (09:14 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Mon, 16 Apr 2018 00:14:39 +0000 (09:14 +0900)
commit03ca1ee718f8c28a8ae1dfe5ad7ab8e930a74e70
treea4af69194d489460b537914f8cd2d572eb22e185
parent655288c3534903577b3b4c770d907baea1fa502e
[Pure ACL] Record AvgPool2D operation in model (#671)

This commit allows pure ACL NN runtime to record AvgPool2D operation in its model.

Note that compilation and execution is not supported, yet.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
tools/nnapi_bindings/bindings/pure_arm_compute/src/compilation.cc
tools/nnapi_bindings/bindings/pure_arm_compute/src/internal/op/AvgPool2D.cc [new file with mode: 0644]
tools/nnapi_bindings/bindings/pure_arm_compute/src/internal/op/AvgPool2D.h [new file with mode: 0644]
tools/nnapi_bindings/bindings/pure_arm_compute/src/internal/op/NodeVisitor.h
tools/nnapi_bindings/bindings/pure_arm_compute/src/model.cc