Update bidirectional_sequence_rnn_test.cc

This commit is contained in:
Aman Kishore 2020-12-02 19:13:40 -05:00 committed by GitHub
parent 2e40a04526
commit 9733681c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1042,7 +1042,7 @@ TEST(BidirectionalRNNOpTest, ClosedBoxTestTimeMajorMergeOutputs) {
// Check that if the input sequence is reversed the outputs are the same just
// forward and backward are swapped (and reversed).
TEST(BidirectionalRNNOpTest, BClosedBoxTestReverseInputs) {
TEST(BidirectionalRNNOpTest, ClosedBoxTestReverseInputs) {
BidirectionalRNNOpModel rnn(/*batches=*/2, /*sequence_len=*/16,
/*fw_units=*/16, /*bw_units=*/16,
/*input_size=*/8, /*aux_input_size=*/0,