Commit e4e58ee1 authored by Davis King's avatar Davis King

cleanup

parent 474ae9a8
...@@ -87,7 +87,7 @@ namespace dlib ...@@ -87,7 +87,7 @@ namespace dlib
friend void serialize(const repeat_input_layer&, std::ostream&){} friend void serialize(const repeat_input_layer&, std::ostream&){}
friend void deserialize(repeat_input_layer&, std::istream&){} friend void deserialize(repeat_input_layer&, std::istream&){}
friend std::ostream& operator<<(std::ostream& out, const repeat_input_layer&) { out << "FUCK"; return out; } friend std::ostream& operator<<(std::ostream& out, const repeat_input_layer&) { return out; }
}; };
inline std::string tensor_to_str ( inline std::string tensor_to_str (
......
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