Skip to content

Commit b83afe6

Browse files
author
Caroline Chen
committed
rebase
1 parent 0a375f6 commit b83afe6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/torchaudio_unittest/rnnt/rnnt_loss_impl.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
from .utils import (
55
compute_with_numpy_transducer,
66
compute_with_pytorch_transducer,
7-
get_data_basic,
8-
get_numpy_data_B1_T2_U3_D5,
9-
get_numpy_data_B2_T4_U3_D3,
10-
get_numpy_random_data,
11-
numpy_to_torch,
7+
get_basic_data,
8+
get_B1_T10_U3_D4_data,
9+
get_B1_T2_U3_D5_data,
10+
get_B2_T4_U3_D3_data,
11+
get_random_data,
1212
)
1313

1414

0 commit comments

Comments
 (0)