Home
last modified time | relevance | path

Searched refs:TestPreparedModelLatest (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestExecution.cpp68 class TestPreparedModelLatest : public IPreparedModel { class
74 TestPreparedModelLatest(sp<V1_0::IPreparedModel> preparedModel, ErrorStatus errorStatus) in TestPreparedModelLatest() function in android::__anon50a6e8490111::TestPreparedModelLatest
242 std::atomic<bool> TestPreparedModelLatest::mPauseExecutions = false;
243 std::atomic<unsigned int> TestPreparedModelLatest::mExecutionsInFlight = 0;
245 using TestPreparedModel13 = TestPreparedModelLatest;
251 : mLatestPreparedModel(new TestPreparedModelLatest(preparedModel, errorStatus)) {} in TestPreparedModel12()
285 : mLatestPreparedModel(new TestPreparedModelLatest(preparedModel, errorStatus)) {} in TestPreparedModel10()
705 TestPreparedModelLatest::waitForExecutionToBegin(); in TestWait()
715 TestPreparedModelLatest::pauseExecutions(true); in TestWait()
719 TestPreparedModelLatest::pauseExecutions(false); in TestWait()
[all …]
DTestIntrospectionControl.cpp416 class TestPreparedModelLatest : public SamplePreparedModel { class
418 TestPreparedModelLatest(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModelLatest() function in __anon736024e70111::test_drivers::TestPreparedModelLatest
599 std::atomic<bool> TestPreparedModelLatest::mPauseExecutions = false;
600 std::atomic<unsigned int> TestPreparedModelLatest::mExecutionsInFlight = 0;
602 using TestPreparedModel13 = TestPreparedModelLatest;
608 : mLatestPreparedModel(new TestPreparedModelLatest(model, driver, success)) {} in TestPreparedModel12()
642 : mLatestPreparedModel(new TestPreparedModelLatest(model, driver, success)) {} in TestPreparedModel10()
889 TestPreparedModelLatest::waitForExecutionToBegin(); in TEST_P()
916 TestPreparedModelLatest::pauseExecutions(true); in TEST_P()
920 TestPreparedModelLatest::pauseExecutions(false); in TEST_P()
[all …]