Activation

public abstract class Activation
Known Direct Subclasses

Abstract base class for Activations

Note: The ERROR(/#tf) attribute must be set prior to invoking the call method. See ERROR(/#setTF(Ops)) and the constructor ERROR(/#Activation(Ops)).

Public Methods

abstract Operand<T>
call(Operand<T> input)
Gets the calculation operation for the activation.

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public abstract Operand<T> call (Operand<T> input)

Gets the calculation operation for the activation.

Parameters
input the input tensor
Returns
  • The operand for the activation