Searched full:_make_per_tensor_quantized_tensor (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_quantized_tensor.py | 479 q = torch._make_per_tensor_quantized_tensor(int_tensor, scale, zero_point) 904 q = torch._make_per_tensor_quantized_tensor(q_int, scale=scale, zero_point=zero_point) 1193 q = torch._make_per_tensor_quantized_tensor(q_int, scale=scale, zero_point=zero_point) 1200 a = torch._make_per_tensor_quantized_tensor(a_int, scale=scale, zero_point=zero_point) 1215 a = torch._make_per_tensor_quantized_tensor(a_int, scale=scale, zero_point=zero_point) 1233 q1 = torch._make_per_tensor_quantized_tensor(q1_int, scale=scale, zero_point=zero_point) 1246 a = torch._make_per_tensor_quantized_tensor(a_int, scale=scale, zero_point=zero_point) 1262 q1 = torch._make_per_tensor_quantized_tensor(a_int, scale=scale, zero_point=zero_point) 1274 q = torch._make_per_tensor_quantized_tensor(q_int, scale=scale, zero_point=zero_point) 1282 a = torch._make_per_tensor_quantized_tensor(a_int, scale=scale, zero_point=zero_point) [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorCompare.cpp | 29 #include <ATen/ops/_make_per_tensor_quantized_tensor.h> 672 at::_make_per_tensor_quantized_tensor(max, self.q_scale(), self.q_zero_point()), max_indices); in qmax() 682 at::_make_per_tensor_quantized_tensor(min, self.q_scale(), self.q_zero_point()), min_indices); in qmin()
|
H A D | native_functions.yaml | 7556 - func: _make_per_tensor_quantized_tensor(Tensor self, float scale, int zero_point) -> Tensor 7560 autogen: _make_per_tensor_quantized_tensor.out
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cuda/ |
H A D | Activation.cpp | 26 return at::_make_per_tensor_quantized_tensor(relu_int_repr, self.q_scale(), zero_point); in relu_quantized_cuda()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/ |
H A D | TensorCompare.cpp | 56 at::_make_per_tensor_quantized_tensor( in sort_quantized_cpu_stable()
|
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/ |
H A D | utils.py | 53 qweight = torch._make_per_tensor_quantized_tensor(
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_has_decomposition.expect | 417 aten::_make_per_tensor_quantized_tensor 418 aten::_make_per_tensor_quantized_tensor.out
|
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | model_ops.yaml | 37 aten::_make_per_tensor_quantized_tensor: 1
|
H A D | coverage.yaml | 1054 aten::_make_per_tensor_quantized_tensor: 2
|
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/ |
H A D | serializer.py | 1852 unsigned_weight = torch._make_per_tensor_quantized_tensor( 2033 unsigned_weight = torch._make_per_tensor_quantized_tensor(
|
/aosp_15_r20/external/pytorch/test/ |
H A D | allowlist_for_publicAPI.json | 1266 "_make_per_tensor_quantized_tensor",
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | trace_rules.py | 1514 "torch._make_per_tensor_quantized_tensor",
|