Lines Matching full:symint
54 …Tensor weight, Tensor bias, SymInt src_zero_point, SymInt weight_zero_point, SymInt out_multiplier…
57 "quantized_linear.per_tensor(Tensor src, Tensor weight, Tensor bias, SymInt src_zero_point, "
58 …"SymInt weight_zero_point, SymInt out_multiplier, SymInt out_shift, SymInt out_zero_point, Tensor?…
69 …"quantized_conv(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] padding, int[] di…
72 …"quantized_conv.out(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] padding, int[…
75 …"quantized_conv.per_tensor(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] paddin…
78 …"quantized_conv.per_tensor_out(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] pa…
89 "convolution(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] padding, "
93 …"transposed_convolution(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] padding, "
94 "int[] dilation, SymInt[] output_padding, int groups, bool channel_last=False) -> (Tensor Y)"
121 …"quantized_transposed_conv(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] paddin…
122 …"int[] dilation, SymInt[] output_padding, int groups, int input_zero_point, Tensor weight_zero_poi…
156 …"convolution.out(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] padding, int[] d…
160 …"transposed_convolution.out(Tensor input, Tensor weight, Tensor bias, int[] stride, SymInt[] paddi…
161 …"int[] dilation, SymInt[] output_padding, int groups, bool channel_last=False, *, Tensor(a!) out) …
202 "SymInt[] padding, int[] dilation, SymInt[] output_padding, int groups, int input_zero_point, "
238 "_slice_copy_nop(Tensor self, int dim=0, SymInt? start=None, SymInt? end=None, "
239 "SymInt step=1) -> Tensor(a!)"
242 "_select_copy_nop.int_out(Tensor self, int dim, SymInt index, *, Tensor(a!) out) -> Tensor(a!)"
245 "_slice_copy_nop.Tensor_out(Tensor self, int dim=0, SymInt? start=None, SymInt? end=None, "
246 "SymInt step=1, *, Tensor(a!) out) -> Tensor(a!)"
313 in_zero_point: torch.SymInt, argument
314 weight_zero_point: torch.SymInt, argument
315 out_multiplier: torch.SymInt, argument
316 out_shift: torch.SymInt, argument
317 out_zero_point: torch.SymInt, argument