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

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