Searched defs:on_finish (Results 1 - 1 of 1) 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";

Completed in 41 milliseconds