Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp178 timingLaunched->timeInDriverNs = in getExecutionInfo()
192 timingFenced->timeInDriverNs = in getExecutionInfo()
198 timingFenced->timeInDriverNs = -1; in getExecutionInfo()
200 timingLaunched->timeInDriverNs = -1; in getExecutionInfo()
312 int64_t timeInDriverNs = -1; in executeSynchronously() local
327 timeInDriverNs = in executeSynchronously()
336 {.timeOnDeviceNs = timeOnDeviceNs, .timeInDriverNs = timeInDriverNs}}; in executeSynchronously()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriver.cpp64 constexpr aidl_hal::Timing kNoTiming = {.timeOnDeviceNs = -1, .timeInDriverNs = -1};
466 .timeInDriverNs = nanosecondsDuration(driverEnd, driverStart)}; in executeSynchronously()
581 .timeInDriverNs = nanosecondsDuration(driverEnd, driverStart)}; in executeFenced()
584 .timeInDriverNs = nanosecondsDuration(driverEnd, driverStartAfterFence)}; in executeFenced()