Home
last modified time | relevance | path

Searched defs:input_beta (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNEFuseBatchNormalizationKernel.cpp130 …const auto input_beta = (bn_beta != nullptr) ? reinterpret_cast<const ScalarType *>(bn_beta->ptr_… in fused_batch_normalization_conv() local
226 …const auto input_beta = (bn_beta != nullptr) ? reinterpret_cast<const ScalarType *>(bn_beta->ptr_… in fused_batch_normalization_dwc_nhwc() local
345 …const auto input_beta = (bn_beta != nullptr) ? reinterpret_cast<const ScalarType *>(bn_beta->ptr_… in fused_batch_normalization_dwc_nchw() local
DNEBatchNormalizationLayerKernel.cpp134 …const auto input_beta = (_beta != nullptr) ? reinterpret_cast<const T *>(_beta->ptr_to_element(Co… in batch_normalization_nchw() local
236 …const auto input_beta = (_beta != nullptr) ? reinterpret_cast<const T *>(_beta->ptr_to_element(Co… in batch_normalization_nhwc() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc282 const double input_beta = IntegerDoubleMultiply(beta, input_scale); in PreprocessSoftmaxScaling() local