Searched defs:dwc_weights (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nchw/ |
H A D | all.cpp | 32 void fused_batch_normalization_dwc_nchw(const ITensor *dwc_weights, const ITensor *dwc_bias, ITenso… in fused_batch_normalization_dwc_nchw() 128 void fused_batch_normalization_dwc_nchw_f32(const ITensor *dwc_weights, const ITensor *dwc_bias, IT… in fused_batch_normalization_dwc_nchw_f32() 136 void fused_batch_normalization_dwc_nchw_f16(const ITensor *dwc_weights, const ITensor *dwc_bias, IT… in fused_batch_normalization_dwc_nchw_f16()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nhwc/neon/ |
H A D | fp32.cpp | 32 void fused_batch_normalization_dwc_nhwc_f32(const ITensor *dwc_weights, const ITensor *dwc_bias, IT… in fused_batch_normalization_dwc_nhwc_f32()
|
H A D | fp16.cpp | 33 void fused_batch_normalization_dwc_nhwc_f16(const ITensor *dwc_weights, const ITensor *dwc_bias, IT… in fused_batch_normalization_dwc_nhwc_f16()
|
H A D | impl.cpp | 31 void fused_batch_normalization_dwc_nhwc(const ITensor *dwc_weights, const ITensor *dwc_bias, ITenso… in fused_batch_normalization_dwc_nhwc()
|