Searched defs:bias_defined (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/ |
H A D | Conv.cpp | 778 bool bias_defined, in mkldnn_convolution_backward_input() 820 bool bias_defined, in mkldnn_convolution_backward_weights() 928 bool bias_defined, in mkldnn_convolution_transpose_backward_input() 971 bool bias_defined, in mkldnn_convolution_transpose_backward_weights()
|
H A D | Linear.cpp | 38 const Tensor& grad_output, const Tensor& input, const Tensor& weight, bool bias_defined) { in mkldnn_linear_backward_weights() 142 const Tensor& grad_output, const Tensor& input, const Tensor& weight, bool bias_defined) { in mkldnn_linear_backward_weights()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/ |
H A D | Deconv.cpp | 247 bool bias_defined, in deconvolution_backward_data()
|
H A D | Conv.cpp | 363 bool bias_defined, in convolution_backward_data()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Mm.cpp | 450 const bool bias_defined = in run_quantized_addmm_context() local
|