Packages

package cell

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

Type Members

  1. class BasicLSTMCell[T] extends RNNCell[ops.Output[T], LSTMState[T], Shape, (Shape, Shape)]
  2. class BasicRNNCell[T] extends RNNCell[ops.Output[T], ops.Output[T], core.Shape, core.Shape]
  3. type BasicTuple[T] = ops.rnn.cell.Tuple[ops.Output[T], ops.Output[T]]
  4. class DeviceWrapper[Out, State, OutShape, StateShape] extends RNNCell[Out, State, OutShape, StateShape]
  5. class DropoutWrapper[Out, State, OutShape, StateShape] extends RNNCell[Out, State, OutShape, StateShape]
  6. class GRUCell[T] extends RNNCell[ops.Output[T], ops.Output[T], core.Shape, core.Shape]
  7. class LSTMCell[T] extends RNNCell[ops.Output[T], LSTMState[T], Shape, (Shape, Shape)]
  8. type LSTMState[T] = ops.rnn.cell.LSTMState[T]
  9. type LSTMTuple[T] = ops.rnn.cell.Tuple[ops.Output[T], ops.rnn.cell.LSTMState[T]]
  10. abstract class RNNCell[Out, State, OutShape, StateShape] extends Layer[Tuple[Out, State], Tuple[Out, State]]
  11. class ResidualWrapper[Out, State, OutShape, StateShape] extends RNNCell[Out, State, OutShape, StateShape]
  12. class StackedCell[Out, State, OutShape, StateShape] extends RNNCell[Out, Seq[State], OutShape, Seq[StateShape]]
  13. type Tuple[Out, State] = ops.rnn.cell.Tuple[Out, State]

Value Members

  1. val LSTMState: ops.rnn.cell.LSTMState.type
  2. def LSTMTuple[T](output: ops.Output[T], state: LSTMState[T]): LSTMTuple[T]
  3. val Tuple: ops.rnn.cell.Tuple.type
  4. object BasicLSTMCell
  5. object BasicRNNCell
  6. object DeviceWrapper
  7. object DropoutWrapper
  8. object GRUCell
  9. object LSTMCell
  10. object ResidualWrapper
  11. object StackedCell

Inherited from AnyRef

Inherited from Any

Ungrouped