Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp150 mSyntheticDevices.push_back(DeviceManager::forTest_makeDriverDevice( in SetUpTestCase()
152 mSyntheticDevices.push_back(DeviceManager::forTest_makeDriverDevice( in SetUpTestCase()
154 mSyntheticDevices.push_back(DeviceManager::forTest_makeDriverDevice( in SetUpTestCase()
409 DeviceManager::get()->forTest_setDevices(mSyntheticDevices); in testRandomGraph()
448 static std::vector<std::shared_ptr<Device>> mSyntheticDevices; member in android::nn::fuzzing_test::RandomGraphTest
461 std::vector<std::shared_ptr<Device>> RandomGraphTest::mSyntheticDevices; member in android::nn::fuzzing_test::RandomGraphTest