Packages

class AttentionWrapperCell[T, CellState, AttentionState, CellStateShape, AttentionStateShape] extends RNNCell[Output[T], AttentionWrapperState[T, CellState, Seq[AttentionState]], core.Shape, (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[AttentionStateShape])]

Linear Supertypes
RNNCell[Output[T], AttentionWrapperState[T, CellState, Seq[AttentionState]], core.Shape, (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[AttentionStateShape])], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttentionWrapperCell
  2. RNNCell
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(input: Tuple[Output[T], AttentionWrapperState[T, CellState, Seq[AttentionState]]]): Tuple[Output[T], AttentionWrapperState[T, CellState, Seq[AttentionState]]]
    Definition Classes
    RNNCell
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attentionLayerWeights: Seq[Output[T]]
  7. val attentions: Seq[Attention[T, AttentionState, AttentionStateShape]]
  8. val cell: RNNCell[Output[T], CellState, core.Shape, CellStateShape]
  9. val cellInputFn: (Output[T], Output[T]) ⇒ Output[T]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit val evOutputToShapeOut: Aux[Output[T], core.Shape]
    Definition Classes
    RNNCell
  14. implicit val evOutputToShapeState: Aux[AttentionWrapperState[T, CellState, Seq[AttentionState]], (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[AttentionStateShape])]
    Definition Classes
    RNNCell
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forward(input: Tuple[Output[T], AttentionWrapperState[T, CellState, Seq[AttentionState]]]): Tuple[Output[T], AttentionWrapperState[T, CellState, Seq[AttentionState]]]
    Definition Classes
    AttentionWrapperCellRNNCell
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def initialState(initialCellState: CellState): AttentionWrapperState[T, CellState, Seq[AttentionState]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val name: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val outputAttention: Boolean
  26. def outputShape: core.Shape
    Definition Classes
    AttentionWrapperCellRNNCell
  27. def stateShape: (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[AttentionStateShape])
    Definition Classes
    AttentionWrapperCellRNNCell
  28. val storeAlignmentsHistory: Boolean
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. def zeroOutput(batchSize: Output[Int], name: String = "ZeroOutput")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
    Definition Classes
    RNNCell
  35. def zeroState(batchSize: Output[Int], name: String = "ZeroState")(implicit evZero: Aux[AttentionWrapperState[T, CellState, Seq[AttentionState]], (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[AttentionStateShape])]): AttentionWrapperState[T, CellState, Seq[AttentionState]]
    Definition Classes
    RNNCell

Inherited from RNNCell[Output[T], AttentionWrapperState[T, CellState, Seq[AttentionState]], core.Shape, (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[AttentionStateShape])]

Inherited from AnyRef

Inherited from Any

Ungrouped