Class ElementWiseFunction<T extends Tensor>

java.lang.Object
deepboof.impl.forward.standard.BaseFunction<T>
deepboof.impl.forward.standard.ElementWiseFunction<T>
All Implemented Interfaces:
Function<T>
Direct Known Subclasses:
ActivationReLU_F32, ActivationReLU_F64, ActivationSigmoid_F32, ActivationSigmoid_F64, ActivationTanH_F32, ActivationTanH_F64, FunctionElementWiseMult_F32, FunctionElementWiseMult_F64

public abstract class ElementWiseFunction<T extends Tensor>
extends BaseFunction<T>
Base class for element-wise functions