Package

org.platanios.tensorflow.api.ops.rnn

attention

Permalink

package attention

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

Type Members

  1. abstract class Attention[AS, ASS] extends AnyRef

    Permalink
  2. class AttentionWrapperCell[S, SS, AS, ASS] extends RNNCell[Output, core.Shape, AttentionWrapperState[S, SS, Seq[AS], Seq[ASS]], (SS, core.Shape, core.Shape, Seq[core.Shape], Seq[core.Shape], Seq[ASS])]

    Permalink
  3. case class AttentionWrapperState[S, SS, AS, ASS](cellState: S, time: Output, attention: Output, alignments: Seq[Output], alignmentsHistory: Seq[TensorArray], attentionState: AS)(implicit evS: Aux[S, SS], evAS: Aux[AS, ASS]) extends Product with Serializable

    Permalink
  4. class BahdanauAttention extends SimpleAttention

    Permalink
  5. class LuongAttention extends SimpleAttention

    Permalink
  6. abstract class SimpleAttention extends Attention[Output, core.Shape]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped