提交 ee6ec4a1 编写于 作者: J Jiansong Wang

Change the dir name of nna config files.

上级 7a450e87
...@@ -338,8 +338,9 @@ imgdnn_network_object ImgdnnManager::createNetworkObject( ...@@ -338,8 +338,9 @@ imgdnn_network_object ImgdnnManager::createNetworkObject(
imgdnn_tensor *outputs) { imgdnn_tensor *outputs) {
const imgdnn_network_object_flags flags = 0; const imgdnn_network_object_flags flags = 0;
const std::string hwconfig = "config/mirage_hw_config06_23_2_6500_301.json"; const std::string hwconfig =
const std::string mapconfig = "config/mapconfig_q8a.json"; "nna_config/mirage_hw_config06_23_2_6500_301.json";
const std::string mapconfig = "nna_config/mapconfig_q8a.json";
testConfigFileExists(hwconfig, mapconfig) testConfigFileExists(hwconfig, mapconfig)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册