onnxruntime/onnxruntime/test/contrib_ops
Tianlei Wu 910bbfe1ef
Support 3D attention mask (#5887)
Support 3D attention mask with shape (batch_size, sequence_length, all_sequence_length)
2020-11-20 22:48:01 -08:00
..
activation_op_test.cc Upgrade TensorRT to v7.1.3.4 (#4704) 2020-08-07 17:43:56 -07:00
attention_lstm_data_gen.py
attention_lstm_op_test.cc
attention_op_test.cc Support 3D attention mask (#5887) 2020-11-20 22:48:01 -08:00
bias_softmax_op_test.cc try fix error on code coverage ci build 2020-09-21 21:51:59 -07:00
cdist_op_test.cc
conv_transpose_with_dynamic_pads_test.cc
crop_and_resize_op_test.cc Upgrade TensorRT to v7.1.3.4 (#4704) 2020-08-07 17:43:56 -07:00
crop_op_test.cc
dynamic_quantize_matmul_test.cc Add the framework to support prepack (#4413) 2020-08-07 09:39:19 -07:00
dynamic_slice_op_test.cc
element_wise_ops_test.cc
embedlayernorm_op_test.cc Modify EmbedLayerNorm to support distill-bert (#4666) 2020-07-31 14:37:58 -07:00
expand_dims_test.cc
fastgelu_op_test.cc
fft_op_test.cc
fused_matmul_op_test.cc ROCm EP for AMD GPU (#5480) 2020-10-29 17:13:04 -07:00
inverse_test.cc
layer_norm_op_test.cc Add quantization support for GPT2 past state and use model to generate outputs in OpTester (#4340) 2020-06-26 09:29:29 -07:00
layer_norm_test.cc ROCm EP for AMD GPU (#5480) 2020-10-29 17:13:04 -07:00
matmul_integer16_test.cc Handle cases which produce an empty output in the MatMul op family (#4573) 2020-07-21 17:57:47 -07:00
matmul_integer_to_float_test.cc MLAS: implement u8x8 GEMM for ARM64 (#5380) 2020-10-06 19:22:23 -07:00
maxpool_mask_test.cc
murmur_hash3_test.cc Support more types in MurmurhashOp (#3827) 2020-05-07 20:43:11 -07:00
op_reg_test.cc
qlinear_binary_op_test.cc Implement QLinearMul in mlas (#4593) 2020-09-04 15:02:19 -07:00
qlinear_lookup_table_test.cc Implement QLinearSigmoid. (#5015) 2020-09-04 09:37:17 -07:00
quantize_attention_op_test.cc Add the framework to support prepack (#4413) 2020-08-07 09:39:19 -07:00
quantize_lstm_op_test.cc Quantize LSTM (#5595) 2020-11-18 11:21:49 -08:00
quantize_ops_test.cc NNAPI EP, add quantization support (#4530) 2020-07-20 16:43:31 -07:00
sample_op_test.cc
shape_inference_test_helper.h Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00
skiplayernorm_op_test.cc Add Epsilon Attribute to Skip and Embed Layer Normalization (#3768) 2020-05-05 16:36:26 -07:00
tensor_op_test.cc Initial changes to disable code in a minimal build (#4872) 2020-08-22 07:14:53 +10:00
tokenizer_test.cc
trilu_shape_inference_test.cc Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00
trilu_test.cc Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00
unique_op_test.cc
word_conv_embedding_test.cc