Packages

package rnn

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

Package Members

  1. package cell

Type Members

  1. class BidirectionalRNN[Out, State, OutShape, StateShape] extends Layer[Out, (Tuple[Out, State], Tuple[Out, State])]
  2. class RNN[Out, State, OutShape, StateShape] extends Layer[Out, Tuple[Out, State]]

Value Members

  1. object BidirectionalRNN
  2. object RNN

Inherited from AnyRef

Inherited from Any

Ungrouped