class LSTMCell[T] extends RNNCell[Output[T], LSTMState[T], core.Shape, (core.Shape, core.Shape)]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LSTMCell
- RNNCell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val activation: (Output[T]) ⇒ Output[T]
-
def
apply(input: Tuple[Output[T], LSTMState[T]]): Tuple[Output[T], LSTMState[T]]
- Definition Classes
- RNNCell
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bias: Output[T]
- val cellClip: Float
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
val
evOutputToShapeOut: Aux[Output[T], core.Shape]
- Definition Classes
- RNNCell
-
implicit
val
evOutputToShapeState: Aux[LSTMState[T], (core.Shape, core.Shape)]
- Definition Classes
- RNNCell
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val forgetBias: Float
- def forward(input: Tuple[Output[T], LSTMState[T]]): Tuple[Output[T], LSTMState[T]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kernel: Output[T]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def outputShape: core.Shape
- val projectionClip: Float
- val projectionKernel: Output[T]
- def stateShape: (core.Shape, core.Shape)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val wfDiag: Output[T]
- val wiDiag: Output[T]
- val woDiag: Output[T]
-
def
zeroOutput(batchSize: Output[Int], name: String = "ZeroOutput")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
- Definition Classes
- RNNCell
-
def
zeroState(batchSize: Output[Int], name: String = "ZeroState")(implicit evZero: Aux[LSTMState[T], (core.Shape, core.Shape)]): LSTMState[T]
- Definition Classes
- RNNCell