Home
last modified time | relevance | path

Searched defs:bn_beta (Results 1 – 14 of 14) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLFuseBatchNormalizationKernel.cpp44 … const ITensorInfo *input_bias, const ITensorInfo *bn_beta, const ITensorInfo *bn_gamma, in validate_arguments()
111 … const ICLTensor *input_bias, const ICLTensor *bn_beta, const ICLTensor *bn_gamma, in configure()
119 … const ICLTensor *input_bias, const ICLTensor *bn_beta, const ICLTensor *bn_gamma, in configure()
184 … const ITensorInfo *input_bias, const ITensorInfo *bn_beta, const ITensorInfo *bn_gamma, in validate()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFuseBatchNormalization.cpp46 … const ICLTensor *input_bias, const ICLTensor *bn_beta, const ICLTensor *bn_gamma, in configure()
54 … const ICLTensor *input_bias, const ICLTensor *bn_beta, const ICLTensor *bn_gamma, in configure()
63 … const ITensorInfo *input_bias, const ITensorInfo *bn_beta, const ITensorInfo *bn_gamma, in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFuseBatchNormalization.cpp45 … const ITensor *input_bias, const ITensor *bn_beta, const ITensor *bn_gamma, in configure()
57 … const ITensorInfo *input_bias, const ITensorInfo *bn_beta, const ITensorInfo *bn_gamma, in validate()
/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nchw/
Dall.cpp33 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_dwc_nchw()
129 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_dwc_nchw_f32()
137 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_dwc_nchw_f16()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEFuseBatchNormalizationKernel.cpp155 … const ITensorInfo *input_bias, const ITensorInfo *bn_beta, const ITensorInfo *bn_gamma, in validate_arguments()
222 … const ITensor *input_bias, const ITensor *bn_beta, const ITensor *bn_gamma, in configure()
273 … const ITensorInfo *input_bias, const ITensorInfo *bn_beta, const ITensorInfo *bn_gamma, in validate()
/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/generic/
Dfp16.cpp33 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_conv_f16()
Dfp32.cpp32 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_conv_f32()
Dimpl.cpp32 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_conv()
/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nhwc/neon/
Dfp32.cpp33 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_dwc_nhwc_f32()
Dfp16.cpp34 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_dwc_nhwc_f16()
Dimpl.cpp32 …const ITensor *bn_mean, const ITensor *bn_var, const ITensor *bn_beta, const ITensor *bn_gamma, fl… in fused_batch_normalization_dwc_nhwc()
/external/ComputeLibrary/tests/validation/fixtures/
DBatchNormalizationLayerFusionFixture.h98 …TensorType bn_beta = create_tensor<TensorType>(b_shape, _data_type, 1, QuantizationInfo(), _data_… in compute_target() local
/external/libaom/av1/encoder/
Dcnn.h80 const float *bn_beta; member
/external/libaom/test/
Dcnn_test.cc2124 float bn_beta[] = { -0.232595f, -0.222652f, -0.232209f }; in TEST_F() local