Searched defs:bias_r_opt (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Convolution.cpp | 1469 const Tensor& input_r, const Tensor& weight_r, const std::optional<Tensor>& bias_r_opt, in _convolution() 1709 const Tensor& input_r, const Tensor& weight_r, const std::optional<Tensor>& bias_r_opt, in _convolution()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesConvolution.cpp | 127 const Tensor& input_r, const Tensor& weight_r, const std::optional<Tensor>& bias_r_opt, in _convolution_decomp()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/xpu/ |
H A D | Conv.cpp | 566 const std::optional<at::Tensor>& bias_r_opt, in convolution_overrideable()
|