Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/
DIPreparedModel.hal35 * execute_1_2 must verify the inputs to the function are correct. If there is
36 * an error, execute_1_2 must immediately invoke the callback with the
38 * the inputs to the function are valid and there is no error, execute_1_2 must
41 * fails to launch, execute_1_2 must immediately invoke the callback with
47 * execute_1_2 function. This callback must be provided with the ErrorStatus of
66 * Any number of calls to the execute, execute_1_2, and executeSynchronously
74 * to the execute_1_2 function to the time the driver invokes
89 execute_1_2(Request request, MeasureTiming measure, IExecutionCallback callback)
116 * Any number of calls to the execute, execute_1_2, and executeSynchronously
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateRequest.cpp65 preparedModel->execute_1_2(request, measure, executionCallback); in validate()
DGeneratedTestHarness.cpp186 return preparedModel->execute_1_2(request, measure, callback); in ExecutePreparedModel()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp198 Return<V1_0::ErrorStatus> execute_1_2(const V1_0::Request&, V1_2::MeasureTiming, in execute_1_2() function in android::hardware::neuralnetworks::V1_3::vts::functional::__anonecd40e060111::InvalidPreparedModel