public class ActivationReLU_F32 extends ElementWiseFunction<Tensor_F32> implements ActivationReLU<Tensor_F32>
ActivationReLU for Tensor_F32.miniBatchSize, parameters, shapeInput, shapeOutput, shapeParameters| Constructor and Description |
|---|
ActivationReLU_F32() |
| Modifier and Type | Method and Description |
|---|---|
void |
_forward(Tensor_F32 input,
Tensor_F32 output) |
static void |
_relu_forwards(Tensor_F32 input,
Tensor_F32 output) |
java.lang.Class<Tensor_F32> |
getTensorType()
Returns the type of tensor it can process
|
_initialize, _setParametersforward, getOutputShape, getParameters, getParameterShapes, initialize, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforward, setParametersgetOutputShape, getParameters, getParameterShapes, initializepublic void _forward(Tensor_F32 input, Tensor_F32 output)
_forward in class BaseFunction<Tensor_F32>public static void _relu_forwards(Tensor_F32 input, Tensor_F32 output)
public java.lang.Class<Tensor_F32> getTensorType()
FunctiongetTensorType in interface Function<Tensor_F32>