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
bd918b09
Commit
bd918b09
authored
Jan 30, 2019
by
Shucai Xiao
Browse files
fix a test example.
parent
71273501
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/cpu_ops_test.cpp
test/cpu_ops_test.cpp
+1
-1
No files found.
test/cpu_ops_test.cpp
View file @
bd918b09
...
@@ -1623,7 +1623,7 @@ TEST_CASE(rnn_reverse)
...
@@ -1623,7 +1623,7 @@ TEST_CASE(rnn_reverse)
TEST_CASE
(
rnn_bidirectional
)
TEST_CASE
(
rnn_bidirectional
)
{
{
std
::
size_t
batch_size
=
2
;
std
::
size_t
batch_size
=
2
;
std
::
size_t
seq_len
=
1
;
std
::
size_t
seq_len
=
2
;
std
::
size_t
hidden_size
=
4
;
std
::
size_t
hidden_size
=
4
;
std
::
size_t
input_size
=
3
;
std
::
size_t
input_size
=
3
;
std
::
size_t
num_dirct
=
2
;
std
::
size_t
num_dirct
=
2
;
...
...
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