Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A 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 …]
H A DMockPreparedModel.h60 MOCK_METHOD(Return<V1_3::ErrorStatus>, execute_1_3,
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A 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,
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
H A DPreparedModel.h48 Return<V1_3::ErrorStatus> execute_1_3(const V1_3::Request& request, V1_2::MeasureTiming measure,
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/
H A DPreparedModel.cpp191 nn::GeneralResult<void> execute_1_3(const nn::SharedPreparedModel& preparedModel, uid_t userId, in execute_1_3() function
328 Return<V1_3::ErrorStatus> PreparedModel::execute_1_3( in execute_1_3() function in android::hardware::neuralnetworks::adapter::PreparedModel
333 auto result = adapter::execute_1_3(kPreparedModel, kUserId, kExecutor, request, measure, in execute_1_3()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateRequest.cpp69 preparedModel->execute_1_3(request, measure, {}, {}, executionCallback); in validate()
H A DQualityOfServiceTests.cpp178 Return<ErrorStatus> ret = preparedModel->execute_1_3(request, measure, deadline, {}, callback); in executeAsynchronously()
H A 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::__anonfbb884720110::InvalidPreparedModel
885 preparedModel->execute_1_3(request, MeasureTiming::NO, {}, {}, executionCallback); in executeAsync()
H A DGeneratedTestHarness.cpp524 return preparedModel->execute_1_3(request, measure, {}, loopTimeoutDuration, callback); in ExecutePreparedModel()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.h149 hardware::Return<V1_3::ErrorStatus> execute_1_3(
H A DSampleDriver.cpp570 hardware::Return<V1_3::ErrorStatus> SamplePreparedModel::execute_1_3( in execute_1_3() function in android::nn::sample_driver::SamplePreparedModel
H A DSampleDriverFloatXNNPACK.cpp1587 hardware::Return<V1_3::ErrorStatus> execute_1_3(
1718 hardware::Return<V1_3::ErrorStatus> SamplePreparedModelXNNPACK::execute_1_3( in execute_1_3() function in android::nn::sample_driver::SamplePreparedModelXNNPACK
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DPreparedModel.cpp128 kPreparedModel->execute_1_3(request, measure, deadline, loopTimeoutDuration, cb); in executeAsynchronously()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExecution.cpp120 hardware::Return<V1_3::ErrorStatus> execute_1_3( in execute_1_3() function in android::__anon64cf91bb0110::TestPreparedModelLatest
130 (void)mPreparedModelV1_3->execute_1_3(request, measure, deadline, in execute_1_3()
H A DTestCompilationCaching.cpp112 hardware::Return<V1_3::ErrorStatus> execute_1_3( in execute_1_3() function in __anone6e788b30110::CachingDriver::CachingPreparedModel
H A DTestIntrospectionControl.cpp484 hardware::Return<V1_3::ErrorStatus> execute_1_3( in execute_1_3() function in __anon138cc3190110::test_drivers::TestPreparedModelLatest