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 D | fp16.cpp | 32 void fused_batch_normalization_conv_f16(const ITensor *conv_weights, const ITensor *conv_bias, ITen… in fused_batch_normalization_conv_f16()
|
H A D | fp32.cpp | 31 void fused_batch_normalization_conv_f32(const ITensor *conv_weights, const ITensor *conv_bias, ITen… in fused_batch_normalization_conv_f32()
|
H A D | impl.cpp | 31 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 D | efficient_conv_bn_eval.py | 85 conv_bias, argument
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_xnnpack_integration.py | 614 conv_bias, argument 650 conv_bias, argument
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/ |
H A D | xnnpack_quantizer_utils.py | 482 def _conv_bn(x, conv_weight, conv_bias, bn_weight, bn_bias, bn_rm, bn_rv): argument
|