Package

org.platanios.tensorflow.api.ops.rnn

cell

Permalink

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. All

Type Members

  1. class BasicLSTMCell extends RNNCell[Output, core.Shape, LSTMState, (core.Shape, core.Shape)]

    Permalink
  2. class BasicRNNCell extends RNNCell[Output, core.Shape, Output, core.Shape]

    Permalink
  3. type BasicTuple = Tuple[Output, Output]

    Permalink
  4. class DeviceWrapper[O, OS, S, SS] extends RNNCell[O, OS, S, SS]

    Permalink
  5. class DropoutWrapper[O, OS, S, SS] extends RNNCell[O, OS, S, SS]

    Permalink
  6. class GRUCell extends RNNCell[Output, core.Shape, Output, core.Shape]

    Permalink
  7. class LSTMCell extends RNNCell[Output, core.Shape, LSTMState, (core.Shape, core.Shape)]

    Permalink
  8. case class LSTMState(c: Output, m: Output) extends Product with Serializable

    Permalink
  9. type LSTMTuple = Tuple[Output, LSTMState]

    Permalink
  10. class MultiCell[O, OS, S, SS] extends RNNCell[O, OS, Seq[S], Seq[SS]]

    Permalink
  11. abstract class RNNCell[O, OS, S, SS] extends AnyRef

    Permalink
  12. class ResidualWrapper[O, OS, S, SS] extends RNNCell[O, OS, S, SS]

    Permalink
  13. class Tuple[O, S] extends AnyRef

    Permalink

Value Members

  1. object BasicLSTMCell

    Permalink
  2. object BasicRNNCell

    Permalink
  3. object DeviceWrapper

    Permalink
  4. object DropoutWrapper

    Permalink
  5. object GRUCell

    Permalink
  6. object LSTMCell

    Permalink
  7. object LSTMState extends Serializable

    Permalink
  8. def LSTMTuple(output: Output, state: LSTMState): LSTMTuple

    Permalink
  9. object MultiCell

    Permalink
  10. object RNNCell

    Permalink
  11. object ResidualWrapper

    Permalink
  12. object Tuple

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped