onnxruntime/onnxruntime/test/contrib_ops
2023-06-16 14:17:56 +08:00
..
math Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
activation_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
attention_lstm_data_gen.py Adopt linrtunner as the linting tool - take 2 (#15085) 2023-03-24 15:29:03 -07:00
attention_lstm_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
attention_op_test.cc [ROCm] Add attention kv cache for decoding (#16076) 2023-06-16 14:17:56 +08:00
attention_op_test_helper.cc Add new cases for non biased mha tests (#16097) 2023-06-07 15:04:27 +08:00
attention_op_test_helper.h Add new cases for non biased mha tests (#16097) 2023-06-07 15:04:27 +08:00
beam_search_test.cc Whisper Multitask and Multilingual (#15936) 2023-05-15 14:36:33 -07:00
bias_add_op_test.cc [DML EP] Add BiasAdd (#15211) 2023-04-10 14:46:33 -07:00
bias_dropout_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
bias_softmax_op_test.cc [CUDA] BiasSoftmax Supporting New Pattern (#12361) 2022-08-05 06:59:24 +08:00
bias_split_gelu_op_test.cc [DML EP] Add BiasSplitGelu (#15197) 2023-04-11 08:30:37 -07:00
bifurcation_detector_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
bitmask_dropout_op_test.cc Fix warnings preventing Onnx build (#13447) 2022-10-26 07:53:55 -07:00
cdist_op_test.cc
conv_transpose_with_dynamic_pads_test.cc
crop_and_resize_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
crop_op_test.cc
decoder_attention_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
decoder_masked_multihead_attention_op_test.cc DecoderMaskedMultiHeadAttention enhancement (#15292) 2023-04-02 21:53:03 -07:00
dynamic_quantize_matmul_test.cc Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
dynamic_slice_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
element_wise_ops_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
embed_layer_norm_op_test.cc Change EmbedLayerNormalization mask index output to optional (#15526) 2023-04-27 16:32:42 -07:00
embed_layer_norm_test_vectors.h Change EmbedLayerNormalization mask index output to optional (#15526) 2023-04-27 16:32:42 -07:00
expand_dims_test.cc
fastgelu_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
fft_op_test.cc
function_ops_test.cc Make ORT callable from various Pytorch compilers (LazyTensor, TorchDynamo, etc) (#10460) 2022-08-22 09:40:40 -07:00
function_test_util.cc code clean (#12392) 2022-08-01 14:12:35 +08:00
function_test_util.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
fused_conv_test.cc Refactor FusedConv test (#15512) 2023-04-18 15:22:31 +08:00
fused_matmul_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
gemm_fastgelu_op_test.cc [ROCm] Add GemmFastGelu CK implementation (#13759) 2023-01-05 17:53:30 +08:00
greedy_search_test.cc Updates to GreedySearch/BeamSearch (#13943) 2022-12-13 20:25:26 -08:00
gridsample_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
group_norm_op_test.cc [DML EP] Add GroupNorm (#15189) 2023-03-27 12:52:53 -07:00
inverse_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
layer_norm_op_test.cc Fix CUDA tests for Ampere cards, and bump layernorm tests opset version (#14761) 2023-03-17 09:30:01 -07:00
layer_norm_test.cc [ROCm] enable LayerNorm opset Ver17 for ROCm EP (#15601) 2023-04-24 10:30:06 +08:00
longformer_attention_op_format0_test.cc Improve LongformerAttention performance: AddBiasTranspose and New weight format (#12448) 2022-08-17 09:36:48 -07:00
longformer_attention_op_test.cc Improve LongformerAttention performance: AddBiasTranspose and New weight format (#12448) 2022-08-17 09:36:48 -07:00
matmul_integer16_test.cc
matmul_integer_to_float_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
maxpool_mask_test.cc
multihead_attention_op_test.cc [ROCm] Add attention kv cache for decoding (#16076) 2023-06-16 14:17:56 +08:00
multihead_attention_op_test_data_gen.py Add new cases for non biased mha tests (#16097) 2023-06-07 15:04:27 +08:00
murmur_hash3_test.cc
ngram_repeat_block_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
nhwc_conv_op_test.cc [DML EP] Add NhwcConv (#15194) 2023-04-10 23:16:09 -07:00
nhwc_maxpool_op_test.cc add int8_t support for pool operators (#9852) 2021-11-29 18:43:43 -08:00
nhwc_pool_in_op_test.cc Fp16 onnx pool operators, relu, leakyrelu (#15498) 2023-04-25 14:01:47 -07:00
op_reg_test.cc
packed_attention_op_test.cc Fix some build issues on MacOS with Xcode 14.3. (#15878) 2023-06-07 12:07:11 -07:00
qembed_layer_norm_op_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
qlinear_binary_op_test.cc [NNAPI QDQ] AddQDQAdd/Mul, update to NNAPI QDQ handling, update some test settings (#10483) 2022-02-08 20:44:15 -08:00
qlinear_concat_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
qlinear_global_average_pool_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
qlinear_lookup_table_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
qlinear_pool_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
qlinear_where_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
qordered_attention_test.cc Remove some usages of CUDA_VERSION macro (#16199) 2023-06-07 14:34:22 -07:00
qordered_gelu_op_test.cc Add more qordered int8 operators for CUDA provider (#12949) 2022-09-23 10:49:33 -07:00
qordered_layer_norm_op_test.cc Add more qordered int8 operators for CUDA provider (#12949) 2022-09-23 10:49:33 -07:00
qordered_longformer_attention_op_test.cc Remove some usages of CUDA_VERSION macro (#16199) 2023-06-07 14:34:22 -07:00
qordered_matmul_op_test.cc Remove some usages of CUDA_VERSION macro (#16199) 2023-06-07 14:34:22 -07:00
qordered_qdq_op_test.cc Remove some usages of CUDA_VERSION macro (#16199) 2023-06-07 14:34:22 -07:00
qordered_test_utils.h Add more qordered int8 operators for CUDA provider (#12949) 2022-09-23 10:49:33 -07:00
quant_gemm_test.cc fix unit test of quant gemm (#10469) 2022-02-07 09:14:37 -08:00
quantize_attention_op_test.cc relax threshold of InternalNumericalCheck on cpu from 0.0001 to 0.0002 (#15879) 2023-05-10 10:56:12 -07:00
quantize_bfp_test.cc BFP schemas: Change block dimension type to Int (#13169) 2022-10-06 11:11:43 -07:00
quantize_lstm_op_test.cc Enable a single build with optimized inference and on device training (#14241) 2023-01-12 21:36:43 -08:00
quantize_ops_test.cc Introduce float 8 types (#14731) 2023-05-30 13:25:58 -07:00
relative_attention_bias_test.cc optimize gated gru cuda kernel (#15525) 2023-04-18 14:23:43 -07:00
remove_padding_op_test.cc Enforce Prefast check in Windows CPU CI pipeline (#13735) 2022-11-23 09:25:02 -08:00
restore_padding_op_test.cc Enforce Prefast check in Windows CPU CI pipeline (#13735) 2022-11-23 09:25:02 -08:00
sample_op_test.cc
sampling_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
skiplayernorm_op_test.cc Bring back SLN cuda kernel and use provider options to switch to standard implementation (#15660) 2023-05-01 18:35:26 -07:00
snpe_op_test.cc EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
tensor_op_test.cc DML EP Mark ImageScalar Test As 'won't fix' (#15894) 2023-05-12 10:11:51 -07:00
tokenizer_test.cc Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
torch_embedding_shape_inference_test.cc
trilu_test.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
unique_op_test.cc Reduce number of memory allocations based on a customer profiling case (#10193) 2022-01-24 10:40:46 -08:00
word_conv_embedding_test.cc