Packages

class LSTMCell[T] extends RNNCell[Output[T], LSTMState[T], core.Shape, (core.Shape, core.Shape)]

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

Instance Constructors

  1. new LSTMCell(kernel: Output[T], bias: Output[T], activation: (Output[T]) => Output[T], cellClip: Float = -1, wfDiag: Output[T] = null, wiDiag: Output[T] = null, woDiag: Output[T] = null, projectionKernel: Output[T] = null, projectionClip: Float = -1, forgetBias: Float = 1.0f, name: String = "LSTMCell")(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], LSTMState[T]]): Tuple[Output[T], LSTMState[T]]
    Definition Classes
    RNNCell
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bias: Output[T]
  8. val cellClip: Float
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit val evOutputToShapeOut: Aux[Output[T], core.Shape]
    Definition Classes
    RNNCell
  13. implicit val evOutputToShapeState: Aux[LSTMState[T], (core.Shape, core.Shape)]
    Definition Classes
    RNNCell
  14. val forgetBias: Float
  15. def forward(input: Tuple[Output[T], LSTMState[T]]): Tuple[Output[T], LSTMState[T]]
    Definition Classes
    LSTMCellRNNCell
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val kernel: Output[T]
  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. def outputShape: core.Shape
    Definition Classes
    LSTMCellRNNCell
  25. val projectionClip: Float
  26. val projectionKernel: Output[T]
  27. def stateShape: (core.Shape, core.Shape)
    Definition Classes
    LSTMCellRNNCell
  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. val wfDiag: Output[T]
  34. val wiDiag: Output[T]
  35. val woDiag: Output[T]
  36. def zeroOutput(batchSize: Output[Int], name: String = "ZeroOutput")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
    Definition Classes
    RNNCell
  37. def zeroState(batchSize: Output[Int], name: String = "ZeroState")(implicit evZero: Aux[LSTMState[T], (core.Shape, core.Shape)]): LSTMState[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 AnyRef

Inherited from Any

Ungrouped