Packages

abstract class RNNCell[Out, State, OutShape, StateShape] extends Layer[Tuple[Out, State], Tuple[Out, State]]

Linear Supertypes
Layer[Tuple[Out, State], Tuple[Out, State]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RNNCell
  2. Layer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RNNCell(name: String)(implicit evOutputToShapeOut: Aux[Out, OutShape], evOutputToShapeState: Aux[State, StateShape])

Abstract Value Members

  1. abstract def createCellWithoutContext(mode: Mode, inputShape: OutShape): ops.rnn.cell.RNNCell[Out, State, OutShape, StateShape]
  2. abstract val layerType: String
    Definition Classes
    Layer

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Layer[Tuple[Out, State], Tuple[Out, State]]): Concatenate[Tuple[Out, State], Tuple[Out, State]]
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[Tuple[Out, State], Tuple[Out, State]]]): Concatenate[Tuple[Out, State], Tuple[Out, State]]
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[Tuple[Out, State], S]): Compose[Tuple[Out, State], Tuple[Out, State], S]
    Definition Classes
    Layer
  7. def apply(input: Tuple[Out, State])(implicit mode: Mode): Tuple[Out, State]
    Definition Classes
    Layer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def compose[S](other: Layer[Tuple[Out, State], S]): Compose[Tuple[Out, State], Tuple[Out, State], S]
    Definition Classes
    Layer
  11. def concatenate(others: Layer[Tuple[Out, State], Tuple[Out, State]]*): Concatenate[Tuple[Out, State], Tuple[Out, State]]
    Definition Classes
    Layer
  12. final def createCell(mode: Mode, inputShape: OutShape): ops.rnn.cell.RNNCell[Out, State, OutShape, StateShape]
  13. final def currentStep: ops.Output[Long]
    Definition Classes
    Layer
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit val evOutputToShapeOut: Aux[Out, OutShape]
  17. implicit val evOutputToShapeState: Aux[State, StateShape]
  18. def forward(input: Tuple[Out, State])(implicit mode: Mode): Tuple[Out, State]
    Definition Classes
    Layer
  19. final def forwardWithoutContext(input: Tuple[Out, State])(implicit mode: Mode): Tuple[Out, State]
    Definition Classes
    RNNCellLayer
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getParameter[P](name: String, shape: core.Shape, initializer: Initializer = null, regularizer: Regularizer = null, trainable: Boolean = true, reuse: Reuse = ReuseOrCreateNew, collections: Set[Key[ops.variables.Variable[Any]]] = Set.empty, cachingDevice: (OpSpecification) => String = null)(implicit arg0: core.types.TF[P]): ops.Output[P]
    Definition Classes
    Layer
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def map[MR](mapFn: (Tuple[Out, State]) => MR): Layer[Tuple[Out, State], MR]
    Definition Classes
    Layer
  25. val name: String
    Definition Classes
    RNNCellLayer
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Layer → AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Layer[Tuple[Out, State], Tuple[Out, State]]

Inherited from AnyRef

Inherited from Any

Ungrouped