..
ppp_vision
Handle ONNX 1.14 in test scripts ( #435 )
2023-05-12 07:13:37 +10:00
1272-141231-0002.flac
Add an audio decoder custom op for whisper end-to-end processing ( #385 )
2023-04-11 14:47:10 -07:00
1272-141231-0002.mp3
Add an audio decoder custom op for whisper end-to-end processing ( #385 )
2023-04-11 14:47:10 -07:00
1272-141231-0002.npy
Add an audio decoder custom op for whisper end-to-end processing ( #385 )
2023-04-11 14:47:10 -07:00
1272-141231-0002.wav
Pre and Post processing example for openAI Whisper model ( #380 )
2023-03-30 13:44:50 -07:00
bert-large-uncased-whole-word-masking-finetuned-squad-tokenizer.onnx
Issue #230 , #226 : Add tests for BertTokenizer & HfBertTokenizer customop
2022-09-06 15:08:16 -07:00
bert.vocab
support mobilebert_ppp ( #354 )
2023-02-27 18:53:37 +08:00
bert_basic_cased_vocab.txt
Add BertTokenizer ( #135 )
2021-08-26 13:50:03 -07:00
bert_qa_decoder_base.onnx
support mobilebert_ppp ( #354 )
2023-02-27 18:53:37 +08:00
custom_op_negpos.onnx
Fix the bug in enabling ORT CustomOps in ONNXRuntime. ( #90 )
2021-05-07 09:21:34 -07:00
custom_op_str_attr_missing_test.onnx
Issue #279 : Fix bug that causes TryGetAttribute<std::string> to fail for valid inputs ( #287 )
2022-09-08 17:14:11 -07:00
custom_op_str_attr_test.onnx
Issue #279 : Fix bug that causes TryGetAttribute<std::string> to fail for valid inputs ( #287 )
2022-09-08 17:14:11 -07:00
custom_op_string_join.onnx
Add check for empty input in StringJoin operator and fix empty string input error in BlingFire sentence breaker. ( #175 )
2021-10-27 20:21:16 +08:00
custom_op_string_lower.onnx
Add StringLower operator ( #64 )
2021-02-16 12:22:53 +01:00
custom_op_test.onnx
Refactoring, split C++ custom operators into multiple files, add C++ unit test ( #8 )
2020-11-03 16:54:06 +01:00
default_sentence_break_model.bin
Add TextToSentenceTokenizer ( #113 )
2021-06-24 14:29:16 +08:00
en.wiki.bpe.vs100000.model
add sentencepiece pre-trained model test ( #110 )
2021-06-09 15:50:12 -07:00
exceptional_custom_op1.onnx
Add ability to prevent exception propagation if building as part of ORT when ORT has exceptions disabled ( #368 )
2023-02-27 10:31:44 -08:00
exceptional_custom_op2.onnx
Add ability to prevent exception propagation if building as part of ORT when ORT has exceptions disabled ( #368 )
2023-02-27 10:31:44 -08:00
gpt2.merges.txt
Add Huggingface GPT2Tokenizer Support ( #35 )
2020-12-21 17:12:32 -08:00
gpt2.vocab
Add Huggingface GPT2Tokenizer Support ( #35 )
2020-12-21 17:12:32 -08:00
hfbert.vocab
support mobilebert_ppp ( #354 )
2023-02-27 18:53:37 +08:00
imagenet1000_clsidx_to_labels.txt
initial checkins for onnxcompose ( #185 )
2021-11-22 21:02:39 -08:00
jfk.flac
Adding down-sampling and stereo mixing features for AudioDecoder ( #420 )
2023-05-04 13:30:10 -07:00
mobilev2.onnx
initial checkins for onnxcompose ( #185 )
2021-11-22 21:02:39 -08:00
pineapple.jpg
initial checkins for onnxcompose ( #185 )
2021-11-22 21:02:39 -08:00
sentencepiece.bpe.model
support mobilebert_ppp ( #354 )
2023-02-27 18:53:37 +08:00
string_mapping.txt
Add new operator StringMapping ( #148 )
2021-09-14 09:13:08 +08:00
test.op.config
support the operator list for build flags ( #122 )
2021-07-30 12:43:47 -07:00
test_bert_tokenizer.onnx
Fix ::tolower error when locale is not 'C' ( #174 )
2021-10-20 20:59:29 -07:00
test_bert_tokenizer_decoder_with_indices.onnx
add test ( #180 )
2021-11-01 10:08:09 +08:00
test_bert_tokenizer_decoder_without_indices.onnx
add test ( #180 )
2021-11-01 10:08:09 +08:00
test_bert_tokenizer_scalar.onnx
Fix ::tolower error when locale is not 'C' ( #174 )
2021-10-20 20:59:29 -07:00
test_colors.jpg
OpenCV Image Decoder & SuperResolution CustomOps
2022-09-30 12:08:38 -07:00
test_masked_fill.onnx
Add MaskedFill ( #182 )
2021-11-04 09:29:17 +08:00
test_regex_split_with_offsets.onnx
add a native unit test for regex_split op ( #166 )
2021-10-06 15:58:46 -07:00
test_segment_extraction.onnx
Add native test for bert tokenizer ( #173 )
2021-10-19 11:09:38 -07:00
test_sentencepiece_ops_model__6.txt
Implement custom operators for sentancepiece ( #41 )
2021-01-27 23:55:50 +01:00
test_string_ecmaregex_replace.onnx
Add test for StringECMARegexReplace ( #176 )
2021-10-26 10:28:06 +08:00
test_string_ecmaregex_replace_ignore_case_and_except_global_replace.onnx
Add test for StringECMARegexReplace ( #176 )
2021-10-26 10:28:06 +08:00
test_string_mapping.onnx
Add tests for mapping-related operators ( #179 )
2021-10-29 09:00:06 +08:00
test_string_to_vector.onnx
Add tests for mapping-related operators ( #179 )
2021-10-29 09:00:06 +08:00
test_string_to_vector_scalar.onnx
Add tests for mapping-related operators ( #179 )
2021-10-29 09:00:06 +08:00
test_vector_to_string_scalar_input.onnx
Add tests for mapping-related operators ( #179 )
2021-10-29 09:00:06 +08:00
test_vector_to_string_scalar_map.onnx
Add tests for mapping-related operators ( #179 )
2021-10-29 09:00:06 +08:00
test_vector_to_string_vector_map.onnx
Add tests for mapping-related operators ( #179 )
2021-10-29 09:00:06 +08:00
wolves_with_box_crop.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00
wolves_with_box_more_box_than_colors.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00
wolves_with_box_more_box_than_colors_score.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00
wolves_with_box_off_boundary_box.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00
wolves_with_box_overlapping.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00
wolves_with_box_pad.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00
wolves_with_box_share_borders.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00
wolves_with_fastestDet.jpg
[object detection ppp] YoLo as example ( #397 )
2023-04-20 13:34:11 +08:00
wolves_with_solid_box.jpg
built-in bounding box op ( #382 )
2023-04-12 19:35:53 +08:00