Back to Top BNLL Inputx:Required: yesType: float16, float32Description: activation functionFormula:if x >0: y = x + log(1 + exp(-x)) else: y = log(1 + exp(x)) Restriction: none Outputy:Required: yesType: float16, float32Description: activation functionFormula:if x >0: y = x + log(1 + exp(-x)) else: y = log(1 + exp(x)) Restriction: none Parent topic: Supported Caffe Operators