Packages

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

Linear Supertypes
RNNCell[Output[T], AttentionWrapperState[T, CellState, AttentionState], core.Shape, (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[StateShape[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. Protected

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, AttentionState]]): Tuple[Output[T], AttentionWrapperState[T, CellState, AttentionState]]
    Definition Classes
    RNNCell
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attentionLayerWeights: Seq[Output[T]]
  7. val attentions: Seq[(Memory[T], 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): 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, AttentionState], (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[StateShape[AttentionStateShape]])]
    Definition Classes
    RNNCell
  15. def forward(input: Tuple[Output[T], AttentionWrapperState[T, CellState, AttentionState]]): Tuple[Output[T], AttentionWrapperState[T, CellState, AttentionState]]
    Definition Classes
    AttentionWrapperCellRNNCell
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def initialState(initialCellState: CellState): AttentionWrapperState[T, CellState, AttentionState]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val outputAttention: Boolean
  25. def outputShape: core.Shape
    Definition Classes
    AttentionWrapperCellRNNCell
  26. def stateShape: (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[StateShape[AttentionStateShape]])
    Definition Classes
    AttentionWrapperCellRNNCell
  27. val storeAlignmentsHistory: Boolean
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def zeroOutput(batchSize: Output[Int], name: String = "ZeroOutput")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
    Definition Classes
    RNNCell
  34. def zeroState(batchSize: Output[Int], name: String = "ZeroState")(implicit evZero: Aux[AttentionWrapperState[T, CellState, AttentionState], (CellStateShape, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[StateShape[AttentionStateShape]])]): AttentionWrapperState[T, CellState, AttentionState]
    Definition Classes
    RNNCell

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

Inherited from AnyRef

Inherited from Any

Ungrouped