/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
D | PreparedModelTest.cpp | 249 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 …]
|
D | MockPreparedModel.h | 60 MOCK_METHOD(Return<V1_3::ErrorStatus>, execute_1_3,
|
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/include/nnapi/hal/ |
D | PreparedModel.h | 48 Return<V1_3::ErrorStatus> execute_1_3(const V1_3::Request& request, V1_2::MeasureTiming measure,
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IPreparedModel.hal | 39 * 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/ |
D | PreparedModel.cpp | 178 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/ |
D | ValidateRequest.cpp | 69 preparedModel->execute_1_3(request, measure, {}, {}, executionCallback); in validate()
|
D | QualityOfServiceTests.cpp | 178 Return<ErrorStatus> ret = preparedModel->execute_1_3(request, measure, deadline, {}, callback); in executeAsynchronously()
|
D | MemoryDomainTests.cpp | 202 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()
|
D | GeneratedTestHarness.cpp | 524 return preparedModel->execute_1_3(request, measure, {}, loopTimeoutDuration, callback); in ExecutePreparedModel()
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | PreparedModel.cpp | 127 kPreparedModel->execute_1_3(request, measure, deadline, loopTimeoutDuration, cb); in executeAsynchronously()
|