mxnet.ndarray.relu¶
-
mxnet.ndarray.
relu
(data=None, out=None, name=None, **kwargs)¶ Computes rectified linear.
\[max(features, 0)\]The storage type of
relu
output depends upon the input storage type:relu(default) = default
relu(row_sparse) = row_sparse
relu(csr) = csr
Defined in src/operator/tensor/elemwise_unary_op_basic.cc:L85