/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/ |
H A D | fully-connected-operator-tester.h | 85 inline FullyConnectedOperatorTester& per_channel(bool per_channel) { in per_channel() argument 90 inline bool per_channel() const { in per_channel() function
|
H A D | deconvolution-operator-tester.h | 131 inline DeconvolutionOperatorTester& per_channel(bool per_channel) { in per_channel() function 136 inline bool per_channel() const { in per_channel() function
|
H A D | convolution-operator-tester.h | 160 inline ConvolutionOperatorTester& per_channel(bool per_channel) { in per_channel() function 165 inline bool per_channel() const { in per_channel() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/ |
H A D | convolution.c | 43 static enum pytorch_qnnp_status pytorch_qnnp_create_convolution_ndhwc_q8( in pytorch_qnnp_create_convolution_ndhwc_q8() 570 bool per_channel, in pytorch_qnnp_create_convolution2d_nhwc_q8() 602 enum pytorch_qnnp_status pytorch_qnnp_create_convolution3d_ndhwc_q8( in pytorch_qnnp_create_convolution3d_ndhwc_q8()
|
/aosp_15_r20/external/pytorch/test/quantization/jit/ |
H A D | test_ondevice_quantization.py | 192 def _validate_quant_dequant_nodes(self, model, num_nodes, per_channel=0): argument 259 def _validate_packed_params(self, model, num_nodes, per_channel=0): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | QnnpackUtils.h | 89 bool per_channel() const { in per_channel() function 362 bool per_channel() const { in per_channel() function
|
H A D | XnnpackUtils.h | 40 enum xnn_status xnnp_create_convolution2d_nhwc( in xnnp_create_convolution2d_nhwc()
|
H A D | qlinear.cpp | 743 static bool can_use_xnnp(c10::ScalarType dtype, bool per_channel) { in can_use_xnnp()
|
H A D | qconv.cpp | 1031 bool per_channel, in can_use_xnnp()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/ |
H A D | convolution.cc | 22 static void convolution_q8(benchmark::State& state, const char* net, bool per_channel=false) { in convolution_q8()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/ |
H A D | operator.h | 129 bool per_channel; member
|
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_quantized_module.py | 100 per_channel, **post_ops_kwargs): argument
|
H A D | test_quantized_tensor.py | 1446 def __init__(self, per_channel): argument
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_reg_allocate.cpp | 1027 const bool per_channel = in spill_reg() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_reg_allocate.cpp | 1085 const bool per_channel = in spill_reg() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | quantization_utils.cc | 710 TfLiteStatus QuantizeWeight(ModelT* model, TensorT* tensor, bool per_channel, in QuantizeWeight()
|
H A D | quantization_utils_test.cc | 562 bool per_channel = false; in TEST_F() local
|