Searched defs:op_zero_point (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/onnx/ |
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 836 def quantized_add(g: jit_utils.GraphContext, x, y, op_scale, op_zero_point): argument 846 def quantized_add_relu(g: jit_utils.GraphContext, x, y, op_scale, op_zero_point): argument 857 def quantized_mul(g: jit_utils.GraphContext, x, y, op_scale, op_zero_point): argument 867 def quantized_hardswish(g: jit_utils.GraphContext, x, op_scale, op_zero_point): argument 876 def quantized_sigmoid(g: jit_utils.GraphContext, x, op_scale, op_zero_point): argument 886 g: jit_utils.GraphContext, x, negative_slope, inplace, op_scale, op_zero_point argument 904 op_zero_point, argument 922 op_zero_point, argument [all …]
|
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 890 op_zero_point, argument 916 op_zero_point, argument 942 op_zero_point, argument 968 op_zero_point, argument 993 op_zero_point, argument 1018 op_zero_point, argument 1044 op_zero_point, argument 1072 op_zero_point, argument [all …]
|
H A D | symbolic_opset17.py | 82 op_zero_point, argument
|
H A D | symbolic_opset14.py | 123 def quantized_hardswish(g: jit_utils.GraphContext, x, op_scale, op_zero_point): argument
|