Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/
DIPreparedModel.hal39 * execute_1_3 must verify the inputs to the function are correct, and the usages
41 * an error, execute_1_3 must immediately invoke the callback with the
43 * the inputs to the function are valid and there is no error, execute_1_3 must
46 * fails to launch, execute_1_3 must immediately invoke the callback with
52 * execute_1_3 function. This callback must be provided with the ErrorStatus of
71 * execute_1_3 can be called with an optional deadline. If the execution
86 * to the execute_1_3 function to the time the driver invokes
118 execute_1_3(Request request, MeasureTiming measure, OptionalTimePoint deadline,
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateRequest.cpp69 preparedModel->execute_1_3(request, measure, {}, {}, executionCallback); in validate()
DQualityOfServiceTests.cpp178 Return<ErrorStatus> ret = preparedModel->execute_1_3(request, measure, deadline, {}, callback); in executeAsynchronously()
DMemoryDomainTests.cpp202 Return<V1_3::ErrorStatus> execute_1_3(const V1_3::Request&, V1_2::MeasureTiming, in execute_1_3() function in android::hardware::neuralnetworks::V1_3::vts::functional::__anonecd40e060111::InvalidPreparedModel
881 preparedModel->execute_1_3(request, MeasureTiming::NO, {}, {}, executionCallback); in executeAsync()
DGeneratedTestHarness.cpp524 return preparedModel->execute_1_3(request, measure, {}, loopTimeoutDuration, callback); in ExecutePreparedModel()