Home
last modified time | relevance | path

Searched defs:weight_zero_point (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/
H A Dquantized_linear_out.cpp34 const Tensor& weight_zero_point, in _quantized_linear_asym8u()
79 const Tensor& weight_zero_point, in _quantized_linear_asym8s()
124 int64_t weight_zero_point, in _quantized_linear_per_tensor_asym8u()
172 int64_t weight_zero_point, in _quantized_linear_per_tensor_asym8s()
221 const Tensor& weight_zero_point, in quantized_linear_out()
263 int64_t weight_zero_point, in quantized_linear_per_tensor_out()
/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/representation/
H A Drewrite.py52 weight_zero_point, argument
87 weight_zero_point, argument
153 weight_zero_point, argument
186 weight_zero_point, argument
253 weight_zero_point, argument
304 weight_zero_point, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqlinear_prepack.cpp367 const at::Tensor& weight_zero_point, in wrapped_quantized_linear()
423 [[maybe_unused]] const at::Tensor& weight_zero_point, in wrapped_quantized_linear_meta()
446 const at::Tensor& weight_zero_point, in _wrapped_linear_prepack()
517 [[maybe_unused]] const at::Tensor& weight_zero_point, in _wrapped_linear_prepack_meta()
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/
H A Dquantized_conv_out.cpp27 __attribute__((noinline)) void conv2d_nchw_core_generic( in conv2d_nchw_core_generic()
166 const Tensor& weight_zero_point, in quantized_conv_out()
H A Dquantized_linear_out.cpp36 int32_t weight_zero_point = weight_zero_point_t.const_data_ptr<int32_t>()[0]; in _typed_quantized_linear() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DQuantizedLinear.cpp56 const Scalar& weight_zero_point, in fbgemm_linear_int8_weight_fp32_activation()
193 const Scalar& weight_zero_point, in fbgemm_linear_int8_weight()
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/reference/modules/
H A Dutils.py411 weight_zero_point, argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_ml.h79 uint8_t weight_zero_point; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DConvolution.h42 int32_t weight_zero_point; member
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Dshim_common.cpp864 AtenTensorHandle weight_zero_point, in aoti_torch_cpu__wrapped_linear_prepack()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp1802 int32_t weight_zero_point = std::get<1>(weight_quant_params); in test_quantized_conv_transpose2d() local