Class/Object

org.platanios.tensorflow.api.learn.layers.rnn.cell

DropoutWrapper

Related Docs: object DropoutWrapper | package cell

Permalink

class DropoutWrapper[O, OS, S, SS] extends RNNCell[O, OS, S, SS]

Linear Supertypes
RNNCell[O, OS, S, SS], Layer[Tuple[O, S], Tuple[O, S]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropoutWrapper
  2. RNNCell
  3. Layer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DropoutWrapper(name: String, cell: RNNCell[O, OS, S, SS], inputKeepProbability: Float = 1.0f, outputKeepProbability: Float = 1.0f, stateKeepProbability: Float = 1.0f, seed: Option[Int] = None)(implicit evO: Aux[O, OS], evS: Aux[S, SS], evODropout: Supported[O], evSDropout: Supported[S])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: Layer[Tuple[O, S], Tuple[O, S]]): Concatenate[Tuple[O, S], Tuple[O, S]]

    Permalink
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[Tuple[O, S], Tuple[O, S]]]): Concatenate[Tuple[O, S], Tuple[O, S]]

    Permalink
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[Tuple[O, S], S]): Compose[Tuple[O, S], Tuple[O, S], S]

    Permalink
    Definition Classes
    Layer
  7. final def _forward(input: Tuple[O, S], mode: Mode): Tuple[O, S]

    Permalink
    Attributes
    protected
    Definition Classes
    RNNCellLayer
  8. def apply(input: Tuple[O, S], mode: Mode): Tuple[O, S]

    Permalink
    Definition Classes
    Layer
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val cell: RNNCell[O, OS, S, SS]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compose[S](other: Layer[Tuple[O, S], S]): Compose[Tuple[O, S], Tuple[O, S], S]

    Permalink
    Definition Classes
    Layer
  13. def concatenate(others: Layer[Tuple[O, S], Tuple[O, S]]*): Concatenate[Tuple[O, S], Tuple[O, S]]

    Permalink
    Definition Classes
    Layer
  14. implicit val context: DynamicVariable[LayerCreationContext]

    Permalink
    Definition Classes
    Layer
  15. final def createCell(mode: Mode, inputShape: OS): ops.rnn.cell.RNNCell[O, OS, S, SS]

    Permalink
    Definition Classes
    RNNCell
  16. def createCellWithoutContext(mode: Mode, inputShape: OS): ops.rnn.cell.RNNCell[O, OS, S, SS]

    Permalink
    Definition Classes
    DropoutWrapperRNNCell
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def forward(input: Tuple[O, S], mode: Mode): Tuple[O, S]

    Permalink
    Definition Classes
    Layer
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. val inputKeepProbability: Float

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val layerType: String

    Permalink
    Definition Classes
    DropoutWrapperLayer
  26. val name: String

    Permalink
    Definition Classes
    DropoutWrapperRNNCellLayer
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val outputKeepProbability: Float

    Permalink
  31. val seed: Option[Int]

    Permalink
  32. val stateKeepProbability: Float

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    Layer → AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RNNCell[O, OS, S, SS]

Inherited from Layer[Tuple[O, S], Tuple[O, S]]

Inherited from AnyRef

Inherited from Any

Ungrouped