Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
e4e58ee1
Commit
e4e58ee1
authored
Jun 11, 2016
by
Davis King
Browse files
cleanup
parent
474ae9a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/dnn/core.h
dlib/dnn/core.h
+1
-1
No files found.
dlib/dnn/core.h
View file @
e4e58ee1
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment