public class ActivationTanH_F64 extends ElementWiseFunction<Tensor_F64> implements ActivationTanH<Tensor_F64>
ActivationTanH for Tensor_F64.miniBatchSize, parameters, shapeInput, shapeOutput, shapeParameters| Constructor and Description |
|---|
ActivationTanH_F64() |
| Modifier and Type | Method and Description |
|---|---|
void |
_forward(Tensor_F64 input,
Tensor_F64 output) |
java.lang.Class<Tensor_F64> |
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, getOutputShape, getParameters, getParameterShapes, initialize, setParameterspublic void _forward(Tensor_F64 input, Tensor_F64 output)
_forward in class BaseFunction<Tensor_F64>public java.lang.Class<Tensor_F64> getTensorType()
FunctiongetTensorType in interface Function<Tensor_F64>