pytorch/caffe2/operators/quantized
David Reiss 77e8dba620 Disable Int8Transpose test
Summary: It's failing in the FB internal build because we don't enable that op.

Test Plan: buck test //xplat/caffe2:caffe2_testAndroid

Reviewed By: supriyar

Differential Revision: D17139694

fbshipit-source-id: 8091b71ff826466f3e2e1b4d6f87b9b50d1def20
2019-08-30 15:21:23 -07:00
..
CMakeLists.txt Add Int8Transpose operator (#16382) 2019-08-29 16:06:25 -07:00
init_qnnpack.cc
int8_add_op.cc add tensor and cost inference functions (#17684) 2019-03-06 23:34:02 -08:00
int8_add_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_average_pool_op.cc Fix Caffe2 operator schemas (#15462) (#13229) (#18109) 2019-03-18 21:00:43 -07:00
int8_average_pool_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_channel_shuffle_op.cc
int8_channel_shuffle_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_concat_op.cc add tensor and cost inference functions (#17684) 2019-03-06 23:34:02 -08:00
int8_concat_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_conv_op_relu.cc
int8_conv_op.cc Fix Caffe2 operator schemas (#15462) (#13229) (#18109) 2019-03-18 21:00:43 -07:00
int8_conv_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_conv_transpose_op.cc
int8_conv_transpose_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_dequantize_op.cc
int8_dequantize_op.h
int8_fc_op.cc Expose the quantized inputs and output of dynamic quantized int8 FC operator for debugging (#23566) 2019-08-02 21:23:43 -07:00
int8_fc_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_flatten_op.cc add tensor and cost inference functions (#17684) 2019-03-06 23:34:02 -08:00
int8_flatten_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_given_tensor_fill_op.cc add tensor and cost inference functions (#17684) 2019-03-06 23:34:02 -08:00
int8_given_tensor_fill_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_leaky_relu_op.cc
int8_leaky_relu_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_max_pool_op.cc Fix Caffe2 operator schemas (#15462) (#13229) (#18109) 2019-03-18 21:00:43 -07:00
int8_max_pool_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_quantize_op.cc
int8_quantize_op.h Adding quantized tensor shape/type info support for caffe2=>glow in caffe2 side (#18621) 2019-03-31 17:42:27 -07:00
int8_relu_op.cc
int8_relu_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_reshape_op.cc
int8_reshape_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_resize_nearest_op.cc
int8_resize_nearest_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_roi_align_op_test.cc
int8_roi_align_op.cc
int8_roi_align_op.h relax roi_width/roi_height check to non-negative 2019-08-29 21:18:40 -07:00
int8_sigmoid_op.cc
int8_sigmoid_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_simd.h
int8_slice_op.cc
int8_slice_op.h refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08:00
int8_softmax_op.cc
int8_softmax_op.h refactor caffe2 operator constructors - 7/9 (#17088) 2019-02-28 14:23:53 -08:00
int8_test_utils.h
int8_test.cc Disable Int8Transpose test 2019-08-30 15:21:23 -07:00
int8_transpose_op.cc Add Int8Transpose operator (#16382) 2019-08-29 16:06:25 -07:00
int8_transpose_op.h Add Int8Transpose operator (#16382) 2019-08-29 16:06:25 -07:00
int8_utils.h