package decoders
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- decoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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]
- 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)]
- abstract class Decoder[Out, State, DecOut, DecState, DecFinalOut, DecFinalState, OutShape, StateShape, DecOutShape, DecStateShape] extends AnyRef
- case class ExponentialPenalty(alpha: Float) extends LengthPenalty with Product with Serializable
- case class GooglePenalty(alpha: Float) extends LengthPenalty with Product with Serializable
- trait LengthPenalty extends AnyRef
Value Members
- object BasicDecoder
- object BeamSearchDecoder
- object NoPenalty extends LengthPenalty with Product with Serializable