Packages

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[Out, State, Sample, OutShape, StateShape, SampleShape] extends Decoder[Out, State, BasicDecoderOutput[Out, Sample], State, BasicDecoderOutput[Out, Sample], State, OutShape, StateShape, (OutShape, SampleShape), StateShape]
  2. 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)]
  3. abstract class Decoder[Out, State, DecOut, DecState, DecFinalOut, DecFinalState, OutShape, StateShape, DecOutShape, DecStateShape] extends AnyRef
  4. case class ExponentialPenalty(alpha: Float) extends LengthPenalty with Product with Serializable
  5. case class GooglePenalty(alpha: Float) extends LengthPenalty with Product with Serializable
  6. trait LengthPenalty extends AnyRef

Value Members

  1. object BasicDecoder
  2. object BeamSearchDecoder
  3. object NoPenalty extends LengthPenalty with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped