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
Ordering
- Alphabetic
- By Inheritance
Inherited
- BasicDecoder
- Decoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
batchSize: Output[Int]
- Definition Classes
- BasicDecoder → Decoder
-
val
cell: RNNCell[Out, State, OutShape, StateShape]
- Definition Classes
- BasicDecoder → Decoder
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(output: BasicDecoderOutput[Out, Sample], state: State, sequenceLengths: Output[Int]): (BasicDecoderOutput[Out, Sample], State, Output[Int])
- Definition Classes
- BasicDecoder → Decoder
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val helper: Helper[Out, Sample, State]
- val initialCellState: State
-
def
initialize(): (Output[Boolean], Out, State)
- Definition Classes
- BasicDecoder → Decoder
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- BasicDecoder → Decoder
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(time: Output[Int], input: Out, state: State): (BasicDecoderOutput[Out, Sample], State, Out, Output[Boolean])
- Definition Classes
- BasicDecoder → Decoder
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputLayer: (Out) ⇒ Out
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
tracksOwnFinished: Boolean
- Definition Classes
- Decoder
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
zeroOutput: BasicDecoderOutput[Out, Sample]
- Definition Classes
- BasicDecoder → Decoder