Home
last modified time | relevance | path

Searched refs:TestDriver (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExtensions.cpp46 class TestDriver : public SampleDriver { class
48 TestDriver() : SampleDriver(kTestDriverName) {} in TestDriver() function in __anon5bba97370110::TestDriver
49 ~TestDriver() override {} in ~TestDriver()
81 android::nn::makeSharedDevice(kTestDriverName, new TestDriver())); in SetUp()
H A DTestRemoveDefaultArguments.cpp112 class TestDriver : public SampleDriverPartial { class
114 TestDriver() : SampleDriverPartial(kTestDriverName) {} in TestDriver() function in android::nn::__anon617fe7f00110::TestDriver
144 mTestDriver = new TestDriver(); in SetUp()
190 sp<TestDriver> mTestDriver;
H A DTestPartitioningRandom.cpp554 class TestDriver : public SampleDriver { class
558 TestDriver(const char* name, std::set<Signature> signatures) in TestDriver() function in android::__anonc614c5800110::TestDriver
624 : V1_2::ADevice(new TestDriver(name, std::move(signatures))) {} in TestDriverV1_2()
630 : V1_1::ADevice(new TestDriver(name, std::move(signatures))) {} in TestDriverV1_1()
636 : V1_0::ADevice(new TestDriver(name, std::move(signatures))) {} in TestDriverV1_0()
649 return nn::makeSharedDevice(name, new TestDriver(name, std::move(signatures))); in makeTestDriver()
H A DTestIntrospectionControl.cpp75 class TestDriver : public SampleDriver { class
77 TestDriver(const char* name, V1_3::Capabilities capabilities, in TestDriver() function in __anon138cc3190110::TestDriver
80 ~TestDriver() override {} in ~TestDriver()
146 new TestDriver(specification.mName.c_str(), specification.mCapabilities, in registerDevices()