Home
last modified time | relevance | path

Searched defs:q_input (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset13.py848 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 Dsymbolic_opset10.py808 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 Dqconv_dynamic.cpp55 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 Dqlinear_dynamic.cpp348 Tensor q_input = at::quantize_per_tensor( in apply_dynamic_impl() local
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/
H A Dqactivation_test.py84 def forward(self, q_input): argument
106 def forward(self, q_input): argument
H A Dqunary_test.py41 def forward(self, q_input): argument
173 def forward(self, q_input, k: int): argument
H A Dqtensor_method_test.py46 def forward(self, q_input): argument
H A Dqinterpolate_test.py55 def forward(self, q_input, scale_factor: float, mode: str): argument
H A Dqarithmetic_test.py76 def forward(self, q_input, scalar_input: int): argument
H A Dqpool_test.py92 def forward(self, q_input): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/
H A DQTensor.cpp299 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 Dqlinear_dynamic.cpp68 at::Tensor q_input = at::quantize_per_tensor( in apply_dynamic_impl() local