Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DVtsHalNeuralnetworks.cpp98 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local
99 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
100 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
101 return namedDevices; in getNamedDevicesImpl()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DVtsHalNeuralnetworks.cpp101 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local
102 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
103 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
104 return namedDevices; in getNamedDevicesImpl()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DVtsHalNeuralnetworks.cpp104 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local
105 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
106 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
107 return namedDevices; in getNamedDevicesImpl()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DVtsHalNeuralnetworks.cpp110 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local
111 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
112 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
113 return namedDevices; in getNamedDevicesImpl()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DVtsHalNeuralnetworks.cpp109 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local
110 namedDevices.reserve(names.size()); in getNamedDevicesImpl()
111 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl()
112 return namedDevices; in getNamedDevicesImpl()