public class FunctionElementWiseMult_F64 extends ElementWiseFunction<Tensor_F64> implements FunctionElementWiseMult<Tensor_F64>
FunctionElementWiseMult for Tensor_F64.miniBatchSize, parameters, shapeInput, shapeOutput, shapeParameters| Constructor and Description |
|---|
FunctionElementWiseMult_F64(double scalar) |
| Modifier and Type | Method and Description |
|---|---|
void |
_forward(Tensor_F64 input,
Tensor_F64 output) |
double |
getScalar() |
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, waitforwardgetOutputShape, 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>public double getScalar()