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
413480e0
Commit
413480e0
authored
Nov 19, 2018
by
Khalique
Browse files
formatting
parent
8ea9fc25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/elu.cpp
src/targets/gpu/elu.cpp
+2
-2
No files found.
src/targets/gpu/elu.cpp
View file @
413480e0
...
@@ -15,8 +15,8 @@ shape miopen_elu::compute_shape(const std::vector<shape>& inputs) const
...
@@ -15,8 +15,8 @@ shape miopen_elu::compute_shape(const std::vector<shape>& inputs) const
}
}
argument
miopen_elu
::
compute
(
context
&
ctx
,
argument
miopen_elu
::
compute
(
context
&
ctx
,
const
shape
&
output_shape
,
const
shape
&
output_shape
,
const
std
::
vector
<
argument
>&
args
)
const
const
std
::
vector
<
argument
>&
args
)
const
{
{
float
alpha
=
1
,
beta
=
0
;
float
alpha
=
1
,
beta
=
0
;
auto
x_desc
=
make_tensor
(
args
[
0
].
get_shape
());
auto
x_desc
=
make_tensor
(
args
[
0
].
get_shape
());
...
...
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