Searched refs:executeSynchronously (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 66 * Any number of calls to the execute, execute_1_2, and executeSynchronously 96 * executeSynchronously must verify the inputs to the function are 97 * correct. If there is an error, executeSynchronously must immediately 99 * function are valid and there is no error, executeSynchronously must 105 * {@link @1.0::RequestArgument}) until executeSynchronously 106 * returns. executeSynchronously must not change the content of any of the 116 * Any number of calls to the execute, execute_1_2, and executeSynchronously 124 * to the executeSynchronously function to the time the driver 145 executeSynchronously(Request request, MeasureTiming measure)
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateRequest.cpp | 82 Return<void> executeStatus = preparedModel->executeSynchronously( in validate() 160 Return<void> executeStatus = preparedModel->executeSynchronously( in validateRequestFailure()
|
D | GeneratedTestHarness.cpp | 193 Return<void> ret = preparedModel->executeSynchronously( in ExecutePreparedModel()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | QualityOfServiceTests.cpp | 193 static MaybeResults executeSynchronously(const sp<IPreparedModel>& preparedModel, in executeSynchronously() function 219 const ExecutionFunction execute = synchronous ? executeSynchronously : executeAsynchronously; in runExecutionTest()
|
D | MemoryDomainTests.cpp | 208 Return<void> executeSynchronously(const V1_0::Request&, V1_2::MeasureTiming, in executeSynchronously() function in android::hardware::neuralnetworks::V1_3::vts::functional::__anonecd40e060111::InvalidPreparedModel
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IPreparedModel.hal | 78 * Any number of calls to the execute* and executeSynchronously* functions, 154 * Any number of calls to the execute* and executeSynchronously* functions, 240 * Any number of calls to the executeFenced, execute* and executeSynchronously*
|