Home
last modified time | relevance | path

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

/external/pytorch/torch/onnx/
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 …]
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 …]
/external/pytorch/aten/src/ATen/native/quantized/cpu/
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
Dqlinear_dynamic.cpp348 Tensor q_input = at::quantize_per_tensor( in apply_dynamic_impl() local
/external/pytorch/benchmarks/operator_benchmark/pt/
Dqunary_test.py41 def forward(self, q_input): argument
173 def forward(self, q_input, k: int): argument
Dqactivation_test.py84 def forward(self, q_input): argument
106 def forward(self, q_input): argument
Dqtensor_method_test.py46 def forward(self, q_input): argument
Dqinterpolate_test.py55 def forward(self, q_input, scale_factor: float, mode: str): argument
Dqarithmetic_test.py76 def forward(self, q_input, scalar_input: int): argument
Dqpool_test.py92 def forward(self, q_input): argument
/external/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/
Dqlinear_dynamic.cpp68 at::Tensor q_input = at::quantize_per_tensor( in apply_dynamic_impl() local
/external/pytorch/aten/src/ATen/native/quantized/
DQTensor.cpp299 float* q_input, in calculate_quant_loss()
356 std::vector<float> q_input(numel); in choose_qparams_optimized() local