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
gaoqiong
MIGraphX
Commits
39151d49
Commit
39151d49
authored
Jun 05, 2019
by
Paul
Browse files
Make nhwc default
parent
9e084504
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/driver/main.cpp
src/driver/main.cpp
+1
-1
No files found.
src/driver/main.cpp
View file @
39151d49
...
@@ -15,7 +15,7 @@ struct loader
...
@@ -15,7 +15,7 @@ struct loader
{
{
std
::
string
file
;
std
::
string
file
;
std
::
string
type
;
std
::
string
type
;
bool
is_nhwc
=
fals
e
;
bool
is_nhwc
=
tru
e
;
unsigned
trim
=
0
;
unsigned
trim
=
0
;
void
parse
(
argument_parser
&
ap
)
void
parse
(
argument_parser
&
ap
)
...
...
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