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[Output[T], LSTMState[T], core.Shape, (core.Shape, core.Shape)]
  2. class BasicRNNCell[T] extends RNNCell[Output[T], Output[T], core.Shape, core.Shape]
  3. type BasicTuple[T] = Tuple[Output[T], 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[Output[T], Output[T], core.Shape, core.Shape]
  7. class LSTMCell[T] extends RNNCell[Output[T], LSTMState[T], core.Shape, (core.Shape, core.Shape)]
  8. case class LSTMState[T](c: Output[T], m: Output[T]) extends Product with Serializable
  9. type LSTMTuple[T] = Tuple[Output[T], LSTMState[T]]
  10. abstract class RNNCell[Out, State, OutShape, StateShape] extends AnyRef
  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. class Tuple[Out, State] extends AnyRef

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped