Home
last modified time | relevance | path

Searched refs:batch_normalization_layer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DBatchNormalizationLayer.cpp40 SimpleTensor<T> batch_normalization_layer(const SimpleTensor<T> &src, const SimpleTensor<T> &mean, … in batch_normalization_layer() function
77 template SimpleTensor<float> batch_normalization_layer(const SimpleTensor<float> &src, const Simple…
79 template SimpleTensor<half> batch_normalization_layer(const SimpleTensor<half> &src, const SimpleTe…
H A DBatchNormalizationLayer.h39 SimpleTensor<T> batch_normalization_layer(const SimpleTensor<T> &src, const SimpleTensor<T> &mean, …
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DBatchNormalizationLayerFixture.h157 …return reference::batch_normalization_layer(ref_src, ref_mean, ref_var, ref_beta, ref_gamma, epsil… in compute_reference()
H A DBatchNormalizationLayerFusionFixture.h175 …return reference::batch_normalization_layer(conv_res, bn_mean, bn_var, bn_beta, bn_gamma, epsilon,… in compute_reference()