Package

org.platanios.tensorflow.api.ops.seq2seq

decoders

Permalink

package decoders

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

Type Members

  1. class BasicDecoder[O, OS, S, SS] extends Decoder[O, OS, S, SS, decoders.BasicDecoder.Output[O, OS], (OS, OS), S, SS, decoders.BasicDecoder.Output[O, OS], S]

    Permalink
  2. class BeamSearchDecoder[S, SS] extends Decoder[Output, core.Shape, S, SS, decoders.BeamSearchDecoder.Output, (core.Shape, core.Shape, core.Shape), State[S, SS], (SS, core.Shape, core.Shape, core.Shape), FinalOutput, State[S, SS]]

    Permalink
  3. abstract class Decoder[O, OS, S, SS, DO, DOS, DS, DSS, DFO, DFS] extends AnyRef

    Permalink
  4. case class ExponentialPenalty(alpha: Float) extends LengthPenalty with Product with Serializable

    Permalink
  5. case class GooglePenalty(alpha: Float) extends LengthPenalty with Product with Serializable

    Permalink
  6. trait LengthPenalty extends AnyRef

    Permalink

Value Members

  1. object BasicDecoder

    Permalink
  2. object BeamSearchDecoder

    Permalink
  3. object NoPenalty extends LengthPenalty with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped