BlockLSTMV2.Options

public static class BlockLSTMV2.Options

Optional attributes for BlockLSTMV2

Public Methods

BlockLSTMV2.Options
cellClip(Float cellClip)
BlockLSTMV2.Options
usePeephole(Boolean usePeephole)

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 BlockLSTMV2.Options cellClip (Float cellClip)

Parameters
cellClip Value to clip the 'cs' value to.

public BlockLSTMV2.Options usePeephole (Boolean usePeephole)

Parameters
usePeephole Whether to use peephole weights.