onnxruntime-extensions/test
Wenbing Li be5aa773e3
Unify the image operations in extensions library (#831)
* Unify the image operations in extensions library

* fix the build configuration issue

* More build fixings

* Fix the native image codec

* fix encode_image

* Add bgr/rgb conversion for encoding image

* parity check

* build break

* update PNG encoding parameters

* build break on Linux

* using MSE to compare images

* fix the discrependency between Linux and Windows

* final code refinement

* one more change

* fix the C++ warnings

---------

Co-authored-by: Sayan Shaw <52221015+sayanshaw24@users.noreply.github.com>
2024-10-30 09:17:06 -07:00
..
cuda Add custom ops ReplaceZero (#739) 2024-06-18 11:36:14 +02:00
data Add the MLlama Imaging Processing Support (#823) 2024-10-22 14:24:09 -07:00
ios
pp_api_test Unify the image operations in extensions library (#831) 2024-10-30 09:17:06 -07:00
shared_test Refactor the unit tests and cmake build script (#726) 2024-05-30 14:16:14 -07:00
static_test Add a decoder for Unigram tokenizer and unify some classes among tokenizers (#816) 2024-09-25 10:25:06 -07:00
unittest_main
codeconv.runsettings
packages.config
test_audio_codec.py
test_audio_signal.py
test_autotokenizer.py
test_azure_ops.py
test_bert_tokenizer.py
test_bert_tokenizer_decoder.py
test_bert_tokenizer_op.py
test_blingfire_sentencebreaker.py
test_bpe_tokenizer.py
test_cliptok.py Fix the Unicode code discrepency on CLIP model (#814) 2024-09-23 16:49:24 -07:00
test_cv2.py Unify the image operations in extensions library (#831) 2024-10-30 09:17:06 -07:00
test_fast_tokenizer.py Optimize the tokenizer for efficiency (#797) 2024-08-27 18:57:50 -07:00
test_gpt2tok.py
test_masked_fill.py
test_math_ops.py
test_onnxprocess.py
test_pp_api.py Add the MLlama Imaging Processing Support (#823) 2024-10-22 14:24:09 -07:00
test_processing.py Fix the CI pipeline for the latest PyTorch release. (#759) 2024-07-08 16:21:48 -07:00
test_pyops.py
test_robertatok.py
test_segment_extraction.py
test_sentencepiece_ops.py
test_string_concat.py
test_string_ecma_regex.py
test_string_length.py
test_string_mapping.py
test_string_ops.py
test_string_to_vector.py
test_tools_add_pre_post_processing_to_model.py
test_tools_customop_template.py
test_torch_ops.py
test_trie_tokenizer.py
test_vector_to_string.py
test_whisper.py