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
a3babd1f
Commit
a3babd1f
authored
Sep 26, 2018
by
mei-ye
Browse files
recover public fields in instruction.hpp
parent
e8deff52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/include/migraph/instruction.hpp
src/include/migraph/instruction.hpp
+1
-1
No files found.
src/include/migraph/instruction.hpp
View file @
a3babd1f
...
...
@@ -71,13 +71,13 @@ struct instruction
// internal
void
replace_argument
(
instruction_ref
old
,
instruction_ref
new_ins
);
public:
operation
op
;
shape
result
;
std
::
vector
<
instruction_ref
>
output
;
std
::
vector
<
instruction_ref
>
arguments
;
literal
lit
;
};
}
// namespace migraph
namespace
std
{
...
...
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