Remove unused PreparedModelCallback (#555)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Wed, 11 Apr 2018 07:46:46 +0000 (16:46 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Wed, 11 Apr 2018 07:46:46 +0000 (16:46 +0900)
commitb13ec03ec6e0838248bac85548e60363e0f1915e
tree0f0a0f3935c5315dd26df1263ee254d6cbf19e7d
parentd981b9742a685943d8ce84e9056b4bfb7f4fe4bc
Remove unused PreparedModelCallback (#555)

This commit removes unused PreparedModelCallback.
The PreparedModelCallback class is used to receive the error status of preparing a model as well as the prepared model from a task executing  asynchronously with respect to the runtime.
But in the environment of running on CPU only, it is no needed.

If it is needed later, can be copied from AndroidNN or implemented on our own.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
src/runtime/ref/nn/runtime/Callbacks.cpp
src/runtime/ref/nn/runtime/Callbacks.h
src/runtime/ref/nn/runtime/ExecutionBuilder.h