onnxruntime-extensions/test/static_test
Wenbing Li f204a4c791
Add a decoder for Unigram tokenizer and unify some classes among tokenizers (#816)
* rename and formalize the file names

* add the decoder impl

* fix a typo
2024-09-25 10:25:06 -07:00
..
test_base64.cc
test_cuda_eager.cc refactor cuda ops, remove contrib folder (#707) 2024-05-03 12:18:59 -07:00
test_math.cc Refactor the header file directory and integrate the eager tensor implementation (#689) 2024-04-17 12:58:19 -07:00
test_sampling.cc
test_strings.cc Add more tests for pre-processing C APIs (#793) 2024-08-21 16:48:39 -07:00
test_tensor_api.cc Feature extraction C API for whipser model (#755) 2024-07-11 11:20:36 -07:00
test_tokenizer.cc Add a decoder for Unigram tokenizer and unify some classes among tokenizers (#816) 2024-09-25 10:25:06 -07:00
test_ustring.cc Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
test_utils.cc