Packages

class StackedCell[Out, State, OutShape, StateShape] extends RNNCell[Out, Seq[State], OutShape, Seq[StateShape]]

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

Instance Constructors

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

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, Seq[State]], Tuple[Out, Seq[State]]]): Concatenate[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]]]
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]]]]): Concatenate[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]]]
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[Tuple[Out, Seq[State]], S]): Compose[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]], S]
    Definition Classes
    Layer
  7. def apply(input: Tuple[Out, Seq[State]])(implicit mode: Mode): Tuple[Out, Seq[State]]
    Definition Classes
    Layer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val cells: Seq[RNNCell[Out, State, OutShape, StateShape]]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def compose[S](other: Layer[Tuple[Out, Seq[State]], S]): Compose[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]], S]
    Definition Classes
    Layer
  12. def concatenate(others: Layer[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]]]*): Concatenate[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]]]
    Definition Classes
    Layer
  13. final def createCell(mode: Mode, inputShape: OutShape): ops.rnn.cell.RNNCell[Out, Seq[State], OutShape, Seq[StateShape]]
    Definition Classes
    RNNCell
  14. def createCellWithoutContext(mode: Mode, inputShape: OutShape): ops.rnn.cell.RNNCell[Out, Seq[State], OutShape, Seq[StateShape]]
    Definition Classes
    StackedCellRNNCell
  15. final def currentStep: ops.Output[Long]
    Definition Classes
    Layer
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit val evOutputToShapeOut: Aux[Out, OutShape]
    Definition Classes
    RNNCell
  19. implicit val evOutputToShapeState: Aux[Seq[State], Seq[StateShape]]
    Definition Classes
    RNNCell
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def forward(input: Tuple[Out, Seq[State]])(implicit mode: Mode): Tuple[Out, Seq[State]]
    Definition Classes
    Layer
  22. final def forwardWithoutContext(input: Tuple[Out, Seq[State]])(implicit mode: Mode): Tuple[Out, Seq[State]]
    Definition Classes
    RNNCellLayer
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final 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
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val layerType: String
    Definition Classes
    StackedCellLayer
  28. def map[MR](mapFn: (Tuple[Out, Seq[State]]) ⇒ MR): Layer[Tuple[Out, Seq[State]], MR]
    Definition Classes
    Layer
  29. val name: String
    Definition Classes
    StackedCellRNNCellLayer
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    Layer → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RNNCell[Out, Seq[State], OutShape, Seq[StateShape]]

Inherited from Layer[Tuple[Out, Seq[State]], Tuple[Out, Seq[State]]]

Inherited from AnyRef

Inherited from Any

Ungrouped