Commit 266692e1 authored by Vitaliy Lyudvichenko's avatar Vitaliy Lyudvichenko

Improving of Caffe importer compatibility

parent 8ecae046
This diff is collapsed.
...@@ -60,7 +60,7 @@ namespace dnn ...@@ -60,7 +60,7 @@ namespace dnn
{ {
template<typename T> template<typename T>
String toString(const T &v) static String toString(const T &v)
{ {
std::ostringstream ss; std::ostringstream ss;
ss << v; ss << v;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment