public override NDArray Call(NDArray w) { w *= NDArray.Cast(NDArray.GreaterEqual(w, 0), DType.Float32); return(w); }