Packages

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]

Linear Supertypes
Decoder[Out, State, BasicDecoderOutput[Out, Sample], State, BasicDecoderOutput[Out, Sample], State, OutShape, StateShape, (OutShape, SampleShape), StateShape], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicDecoder
  2. Decoder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicDecoder(cell: RNNCell[Out, State, OutShape, StateShape], initialCellState: State, helper: Helper[Out, Sample, State], outputLayer: (Out) ⇒ Out = (o: Out) => o, name: String = "BasicRNNDecoder")(implicit arg0: OutputStructure[Out], arg1: OutputStructure[State], arg2: OutputStructure[Sample], evOutputToShapeOut: Aux[Out, OutShape], evOutputToShapeState: Aux[State, StateShape], evOutputToShapeSample: Aux[Sample, SampleShape], evZeroOut: Aux[Out, OutShape], evZeroSample: Aux[Sample, SampleShape])

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
    BasicDecoderDecoder
  6. val cell: RNNCell[Out, State, OutShape, StateShape]
    Definition Classes
    BasicDecoderDecoder
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def decode(outputTimeMajor: Boolean = false, imputeFinished: Boolean = false, maximumIterations: Output[Int] = null, parallelIterations: Int = 32, swapMemory: Boolean = false, name: String = s"$name/DynamicRNNDecode"): (BasicDecoderOutput[Out, Sample], State, Output[Int])
    Definition Classes
    Decoder
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(output: BasicDecoderOutput[Out, Sample], state: State, sequenceLengths: Output[Int]): (BasicDecoderOutput[Out, Sample], State, Output[Int])
    Definition Classes
    BasicDecoderDecoder
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val helper: Helper[Out, Sample, State]
  16. val initialCellState: State
  17. def initialize(): (Output[Boolean], Out, State)
    Definition Classes
    BasicDecoderDecoder
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: String
    Definition Classes
    BasicDecoderDecoder
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def next(time: Output[Int], input: Out, state: State): (BasicDecoderOutput[Out, Sample], State, Out, Output[Boolean])
    Definition Classes
    BasicDecoderDecoder
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val outputLayer: (Out) ⇒ Out
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. val tracksOwnFinished: Boolean
    Definition Classes
    Decoder
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  31. def zeroOutput: BasicDecoderOutput[Out, Sample]
    Definition Classes
    BasicDecoderDecoder

Inherited from Decoder[Out, State, BasicDecoderOutput[Out, Sample], State, BasicDecoderOutput[Out, Sample], State, OutShape, StateShape, (OutShape, SampleShape), StateShape]

Inherited from AnyRef

Inherited from Any

Ungrouped