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
d2231938
Commit
d2231938
authored
Sep 15, 2018
by
Paul
Browse files
Formatting
parent
aa20d4f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/include/operation.hpp
tools/include/operation.hpp
+2
-2
No files found.
tools/include/operation.hpp
View file @
d2231938
...
@@ -28,8 +28,8 @@ struct operation
...
@@ -28,8 +28,8 @@ struct operation
/// exception.
/// exception.
shape
compute_shape
(
const
std
::
vector
<
shape
>&
input
)
const
;
shape
compute_shape
(
const
std
::
vector
<
shape
>&
input
)
const
;
/**
/**
* @brief This performs the operation's computation.
* @brief This performs the operation's computation.
*
*
* This method can be optional when the operation is only used as a placeholder to be lowered
* This method can be optional when the operation is only used as a placeholder to be lowered
* later on.
* later on.
*
*
...
...
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