pytorch/caffe2/operators/quantized
Marat Dukhan 9e1805d38e Switch Int8ChannelShuffle operator to QNNPACK (#14362)
Summary:
1.8-2.2X better performance on ARM devices
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14362

Reviewed By: jerryzh168

Differential Revision: D13192312

Pulled By: Maratyszcza

fbshipit-source-id: 0d3dff067e300c7d741c42615b61246cbf09a829
2018-11-26 17:43:32 -08:00
..
CMakeLists.txt int8 sigmoid op (#13298) 2018-10-31 16:22:45 -07:00
init_qnnpack.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_add_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_add_op.h Switch Int8Add operator to QNNPACK (#14089) 2018-11-18 23:57:57 -08:00
int8_average_pool_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_average_pool_op.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
int8_channel_shuffle_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_channel_shuffle_op.h Switch Int8ChannelShuffle operator to QNNPACK (#14362) 2018-11-26 17:43:32 -08:00
int8_concat_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_concat_op.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
int8_conv_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_conv_op.h Remove C2GEMMContext (#13443) 2018-11-06 21:50:53 -08:00
int8_conv_transpose_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_conv_transpose_op.h Remove C2GEMMContext (#13443) 2018-11-06 21:50:53 -08:00
int8_dequantize_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_dequantize_op.h Renaming size() to numel() - 1/2 2018-10-29 18:01:01 -07:00
int8_fc_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_fc_op.h Remove C2GEMMContext (#13443) 2018-11-06 21:50:53 -08:00
int8_flatten_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_flatten_op.h Renaming meta() to dtype() - 2/2 (#13334) 2018-10-30 18:24:30 -07:00
int8_given_tensor_fill_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_given_tensor_fill_op.h Renaming size() to numel() - 1/2 2018-10-29 18:01:01 -07:00
int8_leaky_relu_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_leaky_relu_op.h Renaming size() to numel() - 1/2 2018-10-29 18:01:01 -07:00
int8_max_pool_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_max_pool_op.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
int8_quantize_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_quantize_op.h Renaming size() to numel() - 1/2 2018-10-29 18:01:01 -07:00
int8_relu_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_relu_op.h Renaming size() to numel() - 1/2 2018-10-29 18:01:01 -07:00
int8_reshape_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_reshape_op.h Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_resize_nearest_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_resize_nearest_op.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
int8_roi_align_op_test.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_roi_align_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_roi_align_op.h Rename ndim() -> dim() - 4/6 2018-11-07 07:30:09 -08:00
int8_sigmoid_op.cc int8 sigmoid op (#13298) 2018-10-31 16:22:45 -07:00
int8_sigmoid_op.h Rename dim(i) -> size(i) - 2/2 2018-11-02 14:29:06 -07:00
int8_simd.h Rename neon2sse.h to NEON_2_SSE.h to match upstream repo 2018-11-16 21:41:53 -08:00
int8_slice_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_slice_op.h Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_softmax_op.cc Open-source Caffe2 Int8 ops (#13065) 2018-10-25 12:43:00 -07:00
int8_softmax_op.h Rename dim(i) -> size(i) - 2/2 2018-11-02 14:29:06 -07:00
int8_test_utils.h Renaming size() to numel() - 1/2 2018-10-29 18:01:01 -07:00
int8_test.cc new QNNPACK dwconv support and tests (#13652) 2018-11-07 12:03:35 -08:00
int8_utils.h Remove C2GEMMContext (#13443) 2018-11-06 21:50:53 -08:00