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
ycai
simbricks
Commits
f8212a66
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "67cfc95bafee4a163fa3e92c1ee4398690373538"
Commit
f8212a66
authored
Sep 16, 2020
by
Antoine Kaufmann
Browse files
i40e: formatting fix for logger
parent
c2ddff50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
i40e_bm/logger.cc
i40e_bm/logger.cc
+2
-0
No files found.
i40e_bm/logger.cc
View file @
f8212a66
...
@@ -9,6 +9,7 @@ extern nicbm::Runner *runner;
...
@@ -9,6 +9,7 @@ extern nicbm::Runner *runner;
logger
::
logger
(
const
std
::
string
&
label_
)
logger
::
logger
(
const
std
::
string
&
label_
)
:
label
(
label_
)
:
label
(
label_
)
{
{
ss
<<
std
::
hex
;
}
}
logger
&
logger
::
operator
<<
(
char
c
)
logger
&
logger
::
operator
<<
(
char
c
)
...
@@ -17,6 +18,7 @@ logger &logger::operator<<(char c)
...
@@ -17,6 +18,7 @@ logger &logger::operator<<(char c)
std
::
cerr
<<
runner
->
time_ps
()
<<
" "
<<
label
<<
": "
<<
ss
.
str
()
<<
std
::
cerr
<<
runner
->
time_ps
()
<<
" "
<<
label
<<
": "
<<
ss
.
str
()
<<
std
::
endl
;
std
::
endl
;
ss
.
str
(
std
::
string
());
ss
.
str
(
std
::
string
());
ss
<<
std
::
hex
;
}
else
{
}
else
{
ss
<<
c
;
ss
<<
c
;
}
}
...
...
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