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
fbcc4792
Commit
fbcc4792
authored
May 24, 2019
by
Paul
Browse files
Set correct output shape
parent
5f7826da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/tf/tf.cpp
src/tf/tf.cpp
+1
-0
No files found.
src/tf/tf.cpp
View file @
fbcc4792
...
@@ -1010,6 +1010,7 @@ program parse_tf(const std::string& name, bool is_nhwc)
...
@@ -1010,6 +1010,7 @@ program parse_tf(const std::string& name, bool is_nhwc)
#else
#else
parser
.
parse_from
(
input
);
parser
.
parse_from
(
input
);
#endif
#endif
parser
.
to_nchw
(
std
::
prev
(
parser
.
prog
.
end
()));
return
std
::
move
(
parser
.
prog
);
return
std
::
move
(
parser
.
prog
);
}
}
...
...
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