Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DVersionedInterfaces.h682 const hal::OptionalTimeoutDuration& loopTimeoutDuration, bool preferSynchronous) const;
DManager.cpp403 const bool preferSynchronous = DeviceManager::get()->syncExecHal(); in execute() local
405 request, measure, deadline, loopTimeoutDuration, preferSynchronous); in execute()
DVersionedInterfaces.cpp363 const OptionalTimeoutDuration& loopTimeoutDuration, bool preferSynchronous) const { in execute()
364 if (preferSynchronous) { in execute()