Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.h204 void forTest_setDevices(std::vector<std::shared_ptr<Device>> devices) { in forTest_setDevices() function
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestFailingDriver.cpp81 deviceManager->forTest_setDevices({ in SetUp()
H A DTestMemoryDomain.cpp182 DeviceManager::get()->forTest_setDevices({}); in SetUp()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DTestRandomGraph.cpp405 DeviceManager::get()->forTest_setDevices(mSyntheticDevices); in testRandomGraph()
407 DeviceManager::get()->forTest_setDevices(mStandardDevices); in testRandomGraph()