Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp146 mSyntheticDevices.push_back(DeviceManager::forTest_makeDriverDevice( in SetUpTestCase()
148 mSyntheticDevices.push_back(DeviceManager::forTest_makeDriverDevice( in SetUpTestCase()
150 mSyntheticDevices.push_back(DeviceManager::forTest_makeDriverDevice( in SetUpTestCase()
/packages/modules/NeuralNetworks/runtime/
DManager.h219 static std::shared_ptr<Device> forTest_makeDriverDevice(const SharedDevice& device);
DManager.cpp1228 std::shared_ptr<Device> DeviceManager::forTest_makeDriverDevice(const SharedDevice& device) { in forTest_makeDriverDevice() function in android::nn::DeviceManager
/packages/modules/NeuralNetworks/runtime/test/
DTestFailingDriver.cpp79 mTestDevice = DeviceManager::forTest_makeDriverDevice( in SetUp()
DTestExecution.cpp602 auto device = DeviceManager::forTest_makeDriverDevice( in TestCompilation()
DTestPartitioningRandom.cpp1107 auto device = DeviceManager::forTest_makeDriverDevice( in TEST_P()
DTestPartitioning.cpp1171 auto driverDevice = DeviceManager::forTest_makeDriverDevice(device); in makeDevices()