CudnnRnnParamsSize.Options

public static class CudnnRnnParamsSize.Options

Optional attributes for CudnnRnnParamsSize

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 CudnnRnnParamsSize.Options direction (String direction)

public CudnnRnnParamsSize.Options dropout (Float dropout)

public CudnnRnnParamsSize.Options inputMode (String inputMode)

public CudnnRnnParamsSize.Options numProj (Long numProj)

public CudnnRnnParamsSize.Options rnnMode (String rnnMode)

public CudnnRnnParamsSize.Options seed (Long seed)

public CudnnRnnParamsSize.Options seed2 (Long seed2)