pytorch/caffe2/operators/quantized
James Donald 7ad03855dc Fix 'template' keyword warning with clang-cl and clang.exe (#32104)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/32104

Fixes these warnings:
```
xplat\caffe2\caffe2Windows#header-mode-symlink-tree-only,headers\caffe2\operators\quantized\int8_conv_op.h(96,17): warning: use 'template' keyword to treat 'data' as a dependent template name
            W.t.data<uint8_t>(),
                ^
                template
xplat\caffe2\caffe2Windows#header-mode-symlink-tree-only,headers\caffe2\operators\quantized\int8_conv_op.h(97,17): warning: use 'template' keyword to treat 'data' as a dependent template name
            B.t.data<int32_t>(),
                ^
                template
```

Test Plan: Tested locally with clang-cl and CI for other toolchains

Reviewed By: boguscoder

Differential Revision: D19353563

fbshipit-source-id: c28afb8c1ad72fd77ef82556ba89fcf09100d1f9
2020-01-14 20:09:35 -08:00
..
CMakeLists.txt Add Int8Transpose operator (#16382) 2019-08-29 16:06:25 -07:00
init_qnnpack.cc
int8_add_op.cc
int8_add_op.h
int8_average_pool_op.cc
int8_average_pool_op.h
int8_channel_shuffle_op.cc
int8_channel_shuffle_op.h
int8_concat_op.cc
int8_concat_op.h
int8_conv_op.cc
int8_conv_op.h Fix 'template' keyword warning with clang-cl and clang.exe (#32104) 2020-01-14 20:09:35 -08:00
int8_conv_op_relu.cc
int8_conv_transpose_op.cc
int8_conv_transpose_op.h
int8_dequantize_op.cc
int8_dequantize_op.h
int8_fc_op.cc
int8_fc_op.h
int8_flatten_op.cc
int8_flatten_op.h
int8_given_tensor_fill_op.cc
int8_given_tensor_fill_op.h
int8_leaky_relu_op.cc
int8_leaky_relu_op.h
int8_max_pool_op.cc
int8_max_pool_op.h
int8_quantize_op.cc
int8_quantize_op.h
int8_relu_op.cc
int8_relu_op.h
int8_reshape_op.cc
int8_reshape_op.h
int8_resize_nearest_op.cc Add output_size argument to caffe2 Int8ResizeNearest (#30202) 2019-11-26 06:54:02 -08:00
int8_resize_nearest_op.h Add output_size argument to caffe2 Int8ResizeNearest (#30202) 2019-11-26 06:54:02 -08:00
int8_roi_align_op.cc
int8_roi_align_op.h Fix typos (#30606) 2019-12-02 20:17:42 -08:00
int8_roi_align_op_test.cc
int8_sigmoid_op.cc
int8_sigmoid_op.h
int8_simd.h
int8_slice_op.cc Add support for quantized slice conversion (#30498) 2019-12-03 14:37:59 -08:00
int8_slice_op.h Fix segfault in caffe2 slice test (#31801) 2020-01-08 17:13:29 -08:00
int8_softmax_op.cc
int8_softmax_op.h
int8_test.cc Disable Int8Transpose test 2019-08-30 15:21:23 -07:00
int8_test_utils.h Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08: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