Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/adapter/src/
DPreparedModel.cpp60 class FencedExecutionCallback final : public V1_3::IFencedExecutionCallback { class
62 explicit FencedExecutionCallback(const nn::ExecuteFencedInfoCallback& callback) in FencedExecutionCallback() function in android::hardware::neuralnetworks::adapter::__anon479b687e0111::FencedExecutionCallback
286 auto hidlExecuteFencedCallback = sp<FencedExecutionCallback>::make(executeFencedCallback); in executeFenced()