Implement custom op kernel in support/tflite (#1478)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 1 Jun 2018 10:57:31 +0000 (19:57 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 1 Jun 2018 10:57:31 +0000 (19:57 +0900)
commitab26b9a9238b9b8ca2ec2fa5738029725fb6618f
tree3aa1caec713ef98b6e8c544bf627e878dceaa0c1
parent03d28e04c8dfeafe210d37dd90c00f1a002d7ae7
Implement custom op kernel in support/tflite (#1478)

* Implement custom op kernel in support/tflite

Implement custom op kernel in support/tflite
Copy from tflite_run and define nameapce
Namespace: nnfw::ops::custom::nnfw::<opname>

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Add ifdef in TensorFlowMax.h

Add ifdef in TensorFlowMax.h

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Change filename tensorflowmax.cpp

Change filename tensorflowmax.cpp => TensorFlowMax.cpp

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
include/support/tflite/kernels/CustomOps.h [new file with mode: 0644]
include/support/tflite/kernels/TensorFlowMax.h [new file with mode: 0644]
libs/support/tflite/src/kernels/TensorFlowMax.cpp [new file with mode: 0644]