package cell
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- cell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class BasicLSTMCell[T] extends RNNCell[ops.Output[T], LSTMState[T], Shape, (Shape, Shape)]
- class BasicRNNCell[T] extends RNNCell[ops.Output[T], ops.Output[T], core.Shape, core.Shape]
- type BasicTuple[T] = ops.rnn.cell.Tuple[ops.Output[T], ops.Output[T]]
- class DeviceWrapper[Out, State, OutShape, StateShape] extends RNNCell[Out, State, OutShape, StateShape]
- class DropoutWrapper[Out, State, OutShape, StateShape] extends RNNCell[Out, State, OutShape, StateShape]
- class GRUCell[T] extends RNNCell[ops.Output[T], ops.Output[T], core.Shape, core.Shape]
- class LSTMCell[T] extends RNNCell[ops.Output[T], LSTMState[T], Shape, (Shape, Shape)]
- type LSTMState[T] = ops.rnn.cell.LSTMState[T]
- type LSTMTuple[T] = ops.rnn.cell.Tuple[ops.Output[T], ops.rnn.cell.LSTMState[T]]
- abstract class RNNCell[Out, State, OutShape, StateShape] extends Layer[Tuple[Out, State], Tuple[Out, State]]
- class ResidualWrapper[Out, State, OutShape, StateShape] extends RNNCell[Out, State, OutShape, StateShape]
- class StackedCell[Out, State, OutShape, StateShape] extends RNNCell[Out, Seq[State], OutShape, Seq[StateShape]]
- type Tuple[Out, State] = ops.rnn.cell.Tuple[Out, State]
Value Members
- val LSTMState: ops.rnn.cell.LSTMState.type
- def LSTMTuple[T](output: ops.Output[T], state: LSTMState[T]): LSTMTuple[T]
- val Tuple: ops.rnn.cell.Tuple.type
- object BasicLSTMCell
- object BasicRNNCell
- object DeviceWrapper
- object DropoutWrapper
- object GRUCell
- object LSTMCell
- object ResidualWrapper
- object StackedCell