Home
last modified time | relevance | path

Searched refs:CallbackEvent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DEvent.h40 class CallbackEvent : public IEvent {
42 CallbackEvent(std::shared_ptr<ExecutionCallback> callback) in CallbackEvent() function
DNeuralNetworks.cpp1443 auto e = std::make_unique<CallbackEvent>(std::move(callback)); in ANeuralNetworksExecution_startCompute()