Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp100 class TestDriverV1_0 : public V1_0::IDevice { class
102 TestDriverV1_0() in TestDriverV1_0() function in android::nn::fuzzing_test::TestDriverV1_0
153 mSyntheticDevices.push_back(makeTestDevice<TestDriverV1_0>()); in SetUpTestCase()
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp703 class TestDriverV1_0 : public V1_0::IDevice { class
705 TestDriverV1_0(const char* name, std::set<Signature> signatures) in TestDriverV1_0() function in android::__anonbe695bce0111::TestDriverV1_0
729 return new TestDriverV1_0(name, std::move(signatures)); in makeTestDriver()