onnxruntime/onnxruntime/test/contrib_ops
Scott McKay d64f23fec0
EP factory creation cleanup and enhancements. (#11798)
* Rework the EP factory creation setup so we're not cut-and-pasting function declarations in multiple places.
Convert append EP for SNPE to be generic, and also use for XNNPACK.
Add XNNPACK to C# API

* Don't need stub for MIGraphX as it's using provider bridge.

* Remove old 'create' functions that aren't applicable now that the EPs are built as separate libraries.

* Only use EPs that require the layout transform if the opset is supported by the layout transformer.

* Update wasm registration of xnnpack.
2022-06-16 07:01:41 +10:00
..
math Make SparseTensor infrastructure optional (#8802) 2021-08-27 17:12:26 +10:00
activation_op_test.cc Support double for operators Relu, Tanh, Sigmoid (#6221) 2020-12-29 18:25:23 +01:00
attention_lstm_data_gen.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
attention_lstm_op_test.cc Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
attention_op_test.cc Zhanyao/attention (#10545) 2022-02-17 09:02:45 -08:00
bias_dropout_op_test.cc [CUDA] Implement BitmaskDropout, BitmaskBiasDropout and BitmaskDropoutGrad (#11534) 2022-05-27 17:24:47 +08:00
bias_softmax_op_test.cc Enable add + softmax fusion for Rocm platform (#6259) 2021-01-13 14:09:09 -08:00
bifurcation_detector_op_test.cc Bifurcation detector for aggressive decoding (#9432) 2021-10-19 19:53:56 -07:00
bitmask_dropout_op_test.cc [CUDA] Implement BitmaskDropout, BitmaskBiasDropout and BitmaskDropoutGrad (#11534) 2022-05-27 17:24:47 +08:00
cdist_op_test.cc
conv_transpose_with_dynamic_pads_test.cc
crop_and_resize_op_test.cc
crop_op_test.cc
decoder_attention_op_test.cc Introduce a way to disable Abseil library (#11353) 2022-04-27 08:57:52 -07:00
dynamic_quantize_matmul_test.cc Change TensorShape to typically not allocate heap memory (#9542) 2021-11-08 10:29:54 -08:00
dynamic_slice_op_test.cc
element_wise_ops_test.cc [ROCm] UTs and code clean up (#10511) 2022-02-11 08:23:25 -08:00
embed_layer_norm_op_test.cc embed layer fusion gpt2 (#9336) 2021-10-28 11:06:26 -07:00
embed_layer_norm_test_vectors.h embed layer fusion gpt2 (#9336) 2021-10-28 11:06:26 -07:00
expand_dims_test.cc
fastgelu_op_test.cc Revert "fixed point based requantization on arm64 (#11540)" (#11732) 2022-06-03 19:12:25 -07:00
fft_op_test.cc
function_ops_test.cc Consolidate utils::ToTensorProtoElementType, TypeToDataType, and data_types_internal::ToTensorDataType. (#9824) 2022-04-20 12:45:53 -07:00
function_test_util.cc Add function body for SoftmaxCrossEntropyLossGrad (#10779) 2022-04-05 10:52:40 -07:00
function_test_util.h Consolidate utils::ToTensorProtoElementType, TypeToDataType, and data_types_internal::ToTensorDataType. (#9824) 2022-04-20 12:45:53 -07:00
fused_conv_test.cc fuse Conv+Add+activation for CPU from different op-branch (#10987) 2022-04-01 09:25:17 +08:00
fused_matmul_op_test.cc [ROCm] BFloat16 support (#10465) 2022-02-07 22:55:15 -08:00
gridsample_test.cc GridSample OP implementation for CPU and CUDA (#8551) 2021-08-20 12:37:38 -07:00
inverse_test.cc
layer_norm_op_test.cc Enable LayerNorm and SkipLayerNorm in OneDNN EP (#11128) 2022-04-08 23:10:13 -07:00
layer_norm_test.cc Transformer model CUDA EP align with CPU on corner case (#9889) 2022-02-03 12:58:49 -08:00
longformer_attention_op_test.cc Fix longformer parity and perf regression (#6760) 2021-02-19 21:47:36 -08:00
matmul_integer16_test.cc
matmul_integer_to_float_test.cc add fallback of s8s8 support on x64 (#9995) 2021-12-10 11:33:19 -08:00
maxpool_mask_test.cc
murmur_hash3_test.cc
ngram_repeat_block_op_test.cc Add NGramRepeatBlock contrib op (#8078) 2021-06-21 10:21:48 -07:00
nhwc_maxpool_op_test.cc add int8_t support for pool operators (#9852) 2021-11-29 18:43:43 -08:00
op_reg_test.cc
qembed_layer_norm_op_test.cc Set default quantization weight type to int8 (#10209) 2022-01-11 14:24:57 -08: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 Support only one input in QLinearConcat (#11265) 2022-04-19 20:55:51 -07:00
qlinear_global_average_pool_test.cc add int8_t support for pool operators (#9852) 2021-11-29 18:43:43 -08:00
qlinear_lookup_table_test.cc Cosmetic change in test infrastructure (#8292) 2021-07-08 21:52:02 -07:00
qlinear_pool_test.cc add int8_t support for pool operators (#9852) 2021-11-29 18:43:43 -08: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 Implementation of QAttention for the DNNL execution provider (#10004) 2021-12-10 21:50:13 -08:00
quantize_lstm_op_test.cc Change TensorShape to typically not allocate heap memory (#9542) 2021-11-08 10:29:54 -08:00
quantize_ops_test.cc Upgrade TensorRT to v8.0.1 (#8512) 2021-08-02 11:20:31 -07:00
sample_op_test.cc Add LearningModelBuilder to WinML Experimental Namespace along with various Audio operators (#6623) 2021-02-12 14:17:10 -08:00
signal_ops_test.cc Add LearningModelBuilder to WinML Experimental Namespace along with various Audio operators (#6623) 2021-02-12 14:17:10 -08:00
skiplayernorm_op_test.cc Transformer model CUDA EP align with CPU on corner case (#9889) 2022-02-03 12:58:49 -08:00
snpe_op_test.cc EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
tensor_op_test.cc OpenVINO-EP v4.0 Release PR with OpenVINO 2022.1 (#11025) 2022-04-06 13:30:33 -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 Adding TorchEmbedding contrib op (#7136) 2021-03-30 14:33:25 -07:00
trilu_test.cc Add Trilu custom op (#4537) 2020-08-17 14:42:26 -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