Home
last modified time | relevance | path

Searched defs:conv_bias (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/generic/
H A Dfp16.cpp32 void fused_batch_normalization_conv_f16(const ITensor *conv_weights, const ITensor *conv_bias, ITen… in fused_batch_normalization_conv_f16()
H A Dfp32.cpp31 void fused_batch_normalization_conv_f32(const ITensor *conv_weights, const ITensor *conv_bias, ITen… in fused_batch_normalization_conv_f32()
H A Dimpl.cpp31 void fused_batch_normalization_conv(const ITensor *conv_weights, const ITensor *conv_bias, ITensor … in fused_batch_normalization_conv()
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Defficient_conv_bn_eval.py85 conv_bias, argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_xnnpack_integration.py614 conv_bias, argument
650 conv_bias, argument
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dxnnpack_quantizer_utils.py482 def _conv_bn(x, conv_weight, conv_bias, bn_weight, bn_bias, bn_rm, bn_rv): argument