Searched defs:input_beta (Results 1 – 3 of 3) sorted by relevance
130 …const auto input_beta = (bn_beta != nullptr) ? reinterpret_cast<const ScalarType *>(bn_beta->ptr_… in fused_batch_normalization_conv() local226 …const auto input_beta = (bn_beta != nullptr) ? reinterpret_cast<const ScalarType *>(bn_beta->ptr_… in fused_batch_normalization_dwc_nhwc() local345 …const auto input_beta = (bn_beta != nullptr) ? reinterpret_cast<const ScalarType *>(bn_beta->ptr_… in fused_batch_normalization_dwc_nchw() local
134 …const auto input_beta = (_beta != nullptr) ? reinterpret_cast<const T *>(_beta->ptr_to_element(Co… in batch_normalization_nchw() local236 …const auto input_beta = (_beta != nullptr) ? reinterpret_cast<const T *>(_beta->ptr_to_element(Co… in batch_normalization_nhwc() local
282 const double input_beta = IntegerDoubleMultiply(beta, input_scale); in PreprocessSoftmaxScaling() local