Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.h201 std::vector<std::shared_ptr<Device>> forTest_getDevices() const { return mDevices; } in forTest_getDevices() function
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp145 mStandardDevices = DeviceManager::get()->forTest_getDevices(); in SetUpTestCase()