pytorch/caffe2/operators/quantized
Jongsoo Park 39423fbdd4 add tensor and cost inference functions (#17684)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17684

Adding tensor and cost inference functions to more int8 operators.

Reviewed By: yinghai

Differential Revision: D14174746

fbshipit-source-id: dfad975fa75899565c8fb61f1b7747a9206ebd22
2019-03-06 23:34:02 -08:00
..
CMakeLists.txt caffe2 | added missing operator source file (#17272) 2019-02-20 09:28:29 -08: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
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 caffe2 | MSVS compatibility fixes (#16765) 2019-02-06 09:47:01 -08:00
int8_conv_op.cc caffe2 | MSVS compatibility fixes (#16765) 2019-02-06 09:47:01 -08: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 Tensor construction codemod(ResizeLike) - 6/7 (#15137) 2018-12-13 12:47:33 -08:00
int8_fc_op.cc add tensor and cost inference functions (#17684) 2019-03-06 23:34:02 -08: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
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
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 refactor caffe2 operator constructors - 6/9 (#17087) 2019-02-28 14:23:57 -08: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 Update int8_simd.h (#13859) 2019-01-16 23:19:46 -08:00
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 Tensor reinitialization codemod - 4/5 (#15967) 2019-01-11 16:41:19 -08:00
int8_test.cc
int8_utils.h caffe2 | MSVS compatibility fixes (#16765) 2019-02-06 09:47:01 -08:00