Изменения
→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)
{