onnxruntime/onnxruntime/contrib_ops/cpu
Scott McKay db7669b225
Reduce ONNX dependency in minimal build (#4890)
* Next round of changes.

Remove inclusion of ONNX schema header
Exclude custom registry related things
Move IsConstantInitializer from graph_utils to Graph as it's needed in a minimal build and graph_utils is excluded.
2020-08-23 07:02:13 +10:00
..
attnlstm operator code cleanup (#4228) 2020-06-13 14:47:44 -07:00
bert Add the framework to support prepack (#4413) 2020-08-07 09:39:19 -07:00
quantization Add the framework to support prepack (#4413) 2020-08-07 09:39:19 -07:00
activations.cc Remove FastGelu from activations. 2020-04-09 19:17:54 -07:00
activations.h Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
cdist.cc Rework CDist (#3393) 2020-04-09 14:05:25 +10:00
cdist.h Rework CDist (#3393) 2020-04-09 14:05:25 +10:00
conv_transpose_with_dynamic_pads.cc
conv_transpose_with_dynamic_pads.h
cpu_contrib_kernels.cc ReduceBinarySize (#4747) 2020-08-21 19:50:13 -07:00
cpu_contrib_kernels.h move cpu/cuda related files to coresponding cpu/cuda folder (#3668) 2020-04-24 00:12:02 -07:00
crop.cc
crop.h fix xcode alerts (#4470) 2020-07-16 10:20:34 -07:00
crop_and_resize.cc operator code cleanup (#4228) 2020-06-13 14:47:44 -07:00
crop_and_resize.h
dynamicslice.cc Fix dynamicslice.cc after merge. 2020-04-09 15:17:21 -07:00
element_wise_ops.cc
element_wise_ops.h
expand_dims.cc Reduce ONNX dependency in minimal build (#4890) 2020-08-23 07:02:13 +10:00
expand_dims.h
fused_activation.cc
fused_activation.h
fused_conv.cc
fused_gemm.cc Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
image_scaler.cc
image_scaler.h operator code cleanup (#4228) 2020-06-13 14:47:44 -07:00
inverse.cc Implement Inverse(12) for CPU and CUDA (#3485) 2020-04-18 17:10:21 -07:00
layer_norm.cc Thread pool changes (#3153) 2020-03-30 12:18:40 -07:00
layer_norm.h
matmul_integer16.cc Handle cases which produce an empty output in the MatMul op family (#4573) 2020-07-21 17:57:47 -07:00
matmul_integer16.h
maxpool_with_mask.cc
maxpool_with_mask.h MaxpoolWithMask (#3831) 2020-05-05 22:19:35 -07:00
mean_variance_normalization_exp.cc
murmur_hash3.cc Support more types in MurmurhashOp (#3827) 2020-05-07 20:43:11 -07:00
murmur_hash3.h
nchwc_ops.cc Nnapi, add auto_pad support for Conv/GlobalAveragePool/AveragePool/GlobalMaxPool/MaxPool operators (#4499) 2020-07-15 00:21:42 -07:00
nchwc_ops.h NCHWc Upsample/Mul optimizations (#3116) 2020-03-02 14:40:49 -08:00
qlinear_binary_op.cc Fix avx2 load 32 bytes buffer overrun. (#4455) 2020-07-09 15:54:31 -07:00
qlinear_binary_op.h qlinaradd for arm/sse2/avx2 using intrinsic, enable binary broadcasting parallel (#4216) 2020-07-01 11:54:44 -07:00
qlinear_lookup_table.cc Implement QLinearLeakyRelu (#3648) 2020-05-14 14:52:55 -07:00
qlinear_lookup_table.h Implement QLinearLeakyRelu (#3648) 2020-05-14 14:52:55 -07:00
sample.cc Reduce ONNX dependency in minimal build (#4890) 2020-08-23 07:02:13 +10:00
sample.h
skip_layer_norm.cc operator code cleanup (#4228) 2020-06-13 14:47:44 -07:00
skip_layer_norm.h Add Epsilon Attribute to Skip and Embed Layer Normalization (#3768) 2020-05-05 16:36:26 -07:00
tokenizer.cc Reduce ONNX dependency in minimal build (#4890) 2020-08-23 07:02:13 +10:00
transpose_scale_matmul.cc Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
transpose_scale_matmul.h Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
trilu.cc Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00
trilu.h Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00
unique.cc
unique.h
word_conv_embedding.cc operator code cleanup (#4228) 2020-06-13 14:47:44 -07:00
word_conv_embedding.h