Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gtest] conversion for lstm #2545
[gtest] conversion for lstm #2545
Changes from all commits
9a41dde
1e63ea6
0222ee6
cd035e4
de4766e
79446a4
9d4d4f5
541eea5
5e59daf
438aa34
fb292b3
44a174f
473b17c
d33b9a9
694a079
9c12c2f
a3605ab
688919c
5ea88a6
434f154
708b472
55dfe4d
c1a257a
e21d7da
f037fe9
051538c
fbc8558
9074f83
dd38c5f
42893a9
57a80f5
86c61c7
2d50b1d
4da821c
312a321
34a21ca
9f85fae
cae82dc
2692bb8
4f46583
3cfee15
65f0f89
f8afcc8
8024a5e
9a66976
b422b57
3a42c21
61de002
479d97e
92c8374
f775ff1
6665114
6be69d4
18cc17a
a7b4344
a06e464
88bd707
9ac26bb
dec1532
eb46c35
a44b0d5
30ab419
263917e
d986103
2be776c
b597b81
707ce2d
c1c8336
4dc46ef
64c53e1
1aea239
11c11b2
589b8d1
47458e8
58e5750
79cdd94
ecb6fbe
6b5d1f9
ab8f2c8
91e7bda
cc8e11c
a448547
af956d4
f1b6df2
e6f57fd
5c1552c
86c90e1
6c44486
80c6bff
6147d1e
2582815
301b3d2
b7e949c
586d237
1054497
2de7073
e937886
0efa608
1ccc296
95f8faf
22e633e
4142ff0
29269c3
7ca4d31
418be36
4b05c35
3a32d79
34093b3
799793d
45c16ce
8ba8342
51e15f1
fd3f0ec
0616af1
6def350
3f4c6bf
dd38bfa
2ac057e
dca7ae7
5f37e02
ea4477d
ca67a88
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original test is only enabled for FP32, which is the default for test_lstm, so we can either pass
--float
or nothing.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[resolved]