Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp151 mSyntheticDevices.push_back(makeTestDevice<TestDriverV1_2>()); in SetUpTestCase()
152 mSyntheticDevices.push_back(makeTestDevice<TestDriverV1_1>()); in SetUpTestCase()
153 mSyntheticDevices.push_back(makeTestDevice<TestDriverV1_0>()); in SetUpTestCase()
407 DeviceManager::get()->forTest_setDevices(mSyntheticDevices); in testRandomGraph()
446 static std::vector<std::shared_ptr<Device>> mSyntheticDevices; member in android::nn::fuzzing_test::RandomGraphTest
459 std::vector<std::shared_ptr<Device>> RandomGraphTest::mSyntheticDevices; member in android::nn::fuzzing_test::RandomGraphTest