add pad_sequence (#84)

This commit is contained in:
Fangjun Kuang
2023-03-05 22:02:50 +08:00
committed by GitHub
parent 7cae710751
commit da5c80cc74
4 changed files with 129 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ set(sources
online-transducer-modified-beam-search-decoder.cc
online-zipformer-transducer-model.cc
onnx-utils.cc
pad-sequence.cc
parse-options.cc
resample.cc
slice.cc
@@ -122,6 +123,7 @@ endif()
if(SHERPA_ONNX_ENABLE_TESTS)
set(sherpa_onnx_test_srcs
cat-test.cc
pad-sequence-test.cc
slice-test.cc
transpose-test.cc
unbind-test.cc