Support slicing a shallow copy of a 3-d tensor (#83)

This commit is contained in:
Fangjun Kuang
2023-03-05 19:18:31 +08:00
committed by GitHub
parent 422221b3b4
commit 7cae710751
5 changed files with 98 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ set(sources
onnx-utils.cc
parse-options.cc
resample.cc
slice.cc
symbol-table.cc
text-utils.cc
transpose.cc
@@ -121,6 +122,7 @@ endif()
if(SHERPA_ONNX_ENABLE_TESTS)
set(sherpa_onnx_test_srcs
cat-test.cc
slice-test.cc
transpose-test.cc
unbind-test.cc
)