Packages

class BeamSearchDecoder[T, State, StateShape] extends Decoder[Output[T], State, BeamSearchDecoderOutput, BeamSearchDecoderState[State], BeamSearchFinalOutput, BeamSearchDecoderState[State], core.Shape, StateShape, (core.Shape, core.Shape, core.Shape), (StateShape, core.Shape, core.Shape, core.Shape)]

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[T], State, core.Shape, StateShape], initialCellState: State, embeddingFn: (Output[Int]) ⇒ Output[T], beginTokens: Output[Int], endToken: Output[Int], beamWidth: Int, lengthPenalty: LengthPenalty = NoPenalty, outputLayer: (Output[T]) ⇒ Output[T] = (o: Output[T]) => o, reorderTensorArrays: Boolean = true, name: String = "BeamSearchRNNDecoder")(implicit arg0: core.types.TF[T], arg1: OutputStructure[State], evOutputToShapeState: Aux[State, StateShape])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val batchSize: Output[Int]
    Definition Classes
    BeamSearchDecoderDecoder
  6. val beamWidth: Int
  7. val beginTokens: Output[Int]
  8. val cell: RNNCell[Output[T], State, core.Shape, StateShape]
    Definition Classes
    BeamSearchDecoderDecoder
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def decode(outputTimeMajor: Boolean = false, imputeFinished: Boolean = false, maximumIterations: Output[Int] = null, parallelIterations: Int = 32, swapMemory: Boolean = false, name: String = s"$name/DynamicRNNDecode"): (BeamSearchFinalOutput, BeamSearchDecoderState[State], Output[Int])
    Definition Classes
    Decoder
  11. val embeddingFn: (Output[Int]) ⇒ Output[T]
  12. val endToken: Output[Int]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(output: BeamSearchDecoderOutput, state: BeamSearchDecoderState[State], sequenceLengths: Output[Int]): (BeamSearchFinalOutput, BeamSearchDecoderState[State], Output[Int])
    Definition Classes
    BeamSearchDecoderDecoder
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val initialCellState: State
  20. def initialize(): (Output[Boolean], Output[T], BeamSearchDecoderState[State])
    Definition Classes
    BeamSearchDecoderDecoder
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val lengthPenalty: LengthPenalty
  23. val name: String
    Definition Classes
    BeamSearchDecoderDecoder
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def next(time: Output[Int], input: Output[T], state: BeamSearchDecoderState[State]): (BeamSearchDecoderOutput, BeamSearchDecoderState[State], Output[T], Output[Boolean])
    Definition Classes
    BeamSearchDecoderDecoder
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val outputLayer: (Output[T]) ⇒ Output[T]
  29. val reorderTensorArrays: Boolean
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val tracksOwnFinished: Boolean
    Definition Classes
    BeamSearchDecoderDecoder
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def zeroOutput: BeamSearchDecoderOutput
    Definition Classes
    BeamSearchDecoderDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped