Packages

class BasicRNNCell[T] extends RNNCell[Output[T], Output[T], core.Shape, core.Shape]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicRNNCell
  2. RNNCell
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BasicRNNCell(kernel: Output[T], bias: Output[T], activation: (Output[T]) => Output[T], name: String = "BasicRNNCell")(implicit arg0: core.types.TF[T], arg1: core.types.IsNotQuantized[T])
    Attributes
    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. val activation: (Output[T]) => Output[T]
  5. def apply(input: Tuple[Output[T], Output[T]]): Tuple[Output[T], Output[T]]
    Definition Classes
    RNNCell
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bias: Output[T]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit val evOutputToShapeOut: Aux[Output[T], core.Shape]
    Definition Classes
    RNNCell
  12. implicit val evOutputToShapeState: Aux[Output[T], core.Shape]
    Definition Classes
    RNNCell
  13. def forward(input: Tuple[Output[T], Output[T]]): BasicTuple[T]
    Definition Classes
    BasicRNNCellRNNCell
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val kernel: Output[T]
  18. val name: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def outputShape: core.Shape
    Definition Classes
    BasicRNNCellRNNCell
  23. def stateShape: core.Shape
    Definition Classes
    BasicRNNCellRNNCell
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def zeroOutput(batchSize: Output[Int], name: String = "ZeroOutput")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
    Definition Classes
    RNNCell
  30. def zeroState(batchSize: Output[Int], name: String = "ZeroState")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
    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], Output[T], core.Shape, core.Shape]

Inherited from AnyRef

Inherited from Any

Ungrouped