Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/utils/test/
DPreparedModelTest.cpp249 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
267 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
286 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
304 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
321 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
342 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
561 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
585 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
608 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
626 EXPECT_CALL(*mockPreparedModel, execute_1_3(_, _, _, _, _)) in TEST()
[all …]
DMockPreparedModel.h60 MOCK_METHOD(Return<V1_3::ErrorStatus>, execute_1_3,
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/include/nnapi/hal/
DPreparedModel.h48 Return<V1_3::ErrorStatus> execute_1_3(const V1_3::Request& request, V1_2::MeasureTiming measure,
/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
94 * to the execute_1_3 function to the time the driver invokes
126 execute_1_3(Request request, MeasureTiming measure, OptionalTimePoint deadline,
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DPreparedModel.cpp178 nn::GeneralResult<void> execute_1_3(const nn::SharedPreparedModel& preparedModel, in execute_1_3() function
317 Return<V1_3::ErrorStatus> PreparedModel::execute_1_3( in execute_1_3() function in android::hardware::neuralnetworks::adapter::PreparedModel
322 auto result = adapter::execute_1_3(kPreparedModel, request, measure, deadline, in execute_1_3()
/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
885 preparedModel->execute_1_3(request, MeasureTiming::NO, {}, {}, executionCallback); in executeAsync()
DGeneratedTestHarness.cpp524 return preparedModel->execute_1_3(request, measure, {}, loopTimeoutDuration, callback); in ExecutePreparedModel()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DPreparedModel.cpp127 kPreparedModel->execute_1_3(request, measure, deadline, loopTimeoutDuration, cb); in executeAsynchronously()