Searched refs:namedDevices (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 99 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 100 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 101 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 102 return namedDevices; in getNamedDevicesImpl()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 96 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 97 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 98 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 99 return namedDevices; in getNamedDevicesImpl()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 102 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 103 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 104 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 105 return namedDevices; in getNamedDevicesImpl()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 107 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 108 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 109 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 110 return namedDevices; in getNamedDevicesImpl()
|