Make ngraph dump to be done for each subnetwork (#7733)
This commit is contained in:
parent
056515e735
commit
3078e95482
@ -485,7 +485,7 @@ InferenceEngine::CNNNetwork clDNNEngine::CloneAndTransformNetwork(const Inferenc
|
||||
|
||||
GPU_DEBUG_GET_INSTANCE(debug_config);
|
||||
GPU_DEBUG_IF(!debug_config->dump_graphs.empty()) {
|
||||
clonedNetwork.serialize(debug_config->dump_graphs + "/transformed_func.xml");
|
||||
clonedNetwork.serialize(debug_config->dump_graphs + "/" + network.getName() + "_" + "transformed_func.xml");
|
||||
}
|
||||
return clonedNetwork;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user