/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset13.py | 848 g: jit_utils.GraphContext, q_input, q_weight, bias, op_scale, op_zero_point argument 864 g: jit_utils.GraphContext, q_input, q_weight, bias, op_scale, op_zero_point argument 882 q_input, argument 908 q_input, argument 934 q_input, argument 960 q_input, argument 985 q_input, argument 1010 q_input, argument 1035 q_input, argument 1063 q_input, argument [all …]
|
H A D | symbolic_opset10.py | 808 g: jit_utils.GraphContext, q_input, q_weight, bias, op_scale, op_zero_point argument 822 g: jit_utils.GraphContext, q_input, q_weight, bias, op_scale, op_zero_point argument 935 q_input, argument 954 q_input, argument 978 q_input, argument 1002 q_input, argument 1026 q_input, argument 1049 q_input, argument 1072 q_input, argument 1095 q_input, argument [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qconv_dynamic.cpp | 55 at::Tensor q_input = at::quantize_per_tensor( in apply_dynamic() local 112 at::Tensor q_input = at::quantize_per_tensor( in apply_dynamic() local 162 at::Tensor q_input = at::quantize_per_tensor( in apply_dynamic() local
|
H A D | qlinear_dynamic.cpp | 348 Tensor q_input = at::quantize_per_tensor( in apply_dynamic_impl() local
|
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/ |
H A D | qactivation_test.py | 84 def forward(self, q_input): argument 106 def forward(self, q_input): argument
|
H A D | qunary_test.py | 41 def forward(self, q_input): argument 173 def forward(self, q_input, k: int): argument
|
H A D | qtensor_method_test.py | 46 def forward(self, q_input): argument
|
H A D | qinterpolate_test.py | 55 def forward(self, q_input, scale_factor: float, mode: str): argument
|
H A D | qarithmetic_test.py | 76 def forward(self, q_input, scalar_input: int): argument
|
H A D | qpool_test.py | 92 def forward(self, q_input): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/ |
H A D | QTensor.cpp | 299 float* q_input, in calculate_quant_loss() 356 std::vector<float> q_input(numel); in choose_qparams_optimized() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/ |
H A D | qlinear_dynamic.cpp | 68 at::Tensor q_input = at::quantize_per_tensor( in apply_dynamic_impl() local
|