Add transpose (#82)

This commit is contained in:
Fangjun Kuang
2023-03-05 11:27:17 +08:00
committed by GitHub
parent c230cf0a97
commit 422221b3b4
11 changed files with 110 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ set(sources
resample.cc
symbol-table.cc
text-utils.cc
transpose.cc
unbind.cc
wave-reader.cc
)
@@ -120,6 +121,7 @@ endif()
if(SHERPA_ONNX_ENABLE_TESTS)
set(sherpa_onnx_test_srcs
cat-test.cc
transpose-test.cc
unbind-test.cc
)