Class/Object

org.platanios.tensorflow.api.ops.seq2seq.decoders

BeamSearchDecoder

Related Docs: object BeamSearchDecoder | package decoders

Permalink

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]]

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

Instance Constructors

  1. new BeamSearchDecoder(cell: RNNCell[Output, core.Shape, S, SS], initialCellState: S, embeddingFn: (Output) ⇒ Output, beginTokens: Output, endToken: Output, beamWidth: Int, lengthPenalty: LengthPenalty = NoPenalty, outputLayer: (Output) ⇒ Output = (o: Output) => o, name: String = "BeamSearchRNNDecoder")(implicit evOutput: Aux[Output, core.Shape], evS: Aux[S, SS])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val batchSize: Output

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder
  6. val beamWidth: Int

    Permalink
  7. val beginTokens: Output

    Permalink
  8. val cell: RNNCell[Output, core.Shape, S, SS]

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def decode(outputTimeMajor: Boolean = false, imputeFinished: Boolean = false, maximumIterations: Output = null, parallelIterations: Int = 32, swapMemory: Boolean = false, name: String = s"$name/DynamicRNNDecode"): (FinalOutput, State[S, SS], Output)

    Permalink
    Definition Classes
    Decoder
  11. val embeddingFn: (Output) ⇒ Output

    Permalink
  12. val endToken: Output

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(output: BeamSearchDecoder.Output, state: State[S, SS], sequenceLengths: Output): (FinalOutput, State[S, SS], Output)

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. val initialCellState: S

    Permalink
  20. def initialize(): (Output, Output, State[S, SS])

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val lengthPenalty: LengthPenalty

    Permalink
  23. val name: String

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def next(time: Output, input: Output, state: State[S, SS]): (BeamSearchDecoder.Output, State[S, SS], Output, Output)

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val outputLayer: (Output) ⇒ Output

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. val tracksOwnFinished: Boolean

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def zeroOutput(): BeamSearchDecoder.Output

    Permalink
    Definition Classes
    BeamSearchDecoderDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped