Searched refs:on_finish (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
H A DCallbacks.cpp46 bool CallbackBase::on_finish(std::function<bool(void)> post_work) { function in class:android::hardware::neuralnetworks::V1_0::implementation::CallbackBase
49 LOG(ERROR) << "CallbackBase::on_finish -- a post-work function has already been bound to "
54 LOG(ERROR) << "CallbackBase::on_finish -- the new post-work function is invalid";
H A DCallbacks.h94 * CallbackBase::on_finish binds a function to the callback object. This
103 * CallbackBase::on_finish can be called at most once on a given callback
104 * object, and the call to CallbackBase::on_finish must finish before
117 bool on_finish(std::function<bool(void)> post_work);

Completed in 55 milliseconds