Изменения

Перейти к: навигация, поиск

Машинное обучение на мобильных телефонах

27 байт добавлено, 14:30, 12 января 2021
Qualcomm Neural Processing SDK
snpe->execute(input.get(), outputTensorMap);
zdl::DlSystem::StringList tensorNames = outputTensorMap.getTensorNames();
<font color="green">//Iterate through the output Tensor map, and print each output layer name</font>
std::for_each( tensorNames.begin(), tensorNames.end(), [&](const char* name)
{
Анонимный участник

Навигация