object BasicDecoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BasicDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BasicDecoderOutput[Out, Sample](modelOutput: Out, sample: Sample) extends Product with Serializable
- case class GreedyEmbeddingHelper[T, State](embeddingFn: (Output[Int]) ⇒ Output[T], beginTokens: Output[Int], endToken: Output[Int], name: String = "RNNDecoderGreedyEmbeddingHelper") extends Helper[Output[T], Output[Int], State] with Product with Serializable
- trait Helper[Out, Sample, State] extends AnyRef
- case class TrainingHelper[Out, State, OutShape](input: Out, sequenceLengths: Output[Int], timeMajor: Boolean = false, name: String = "RNNDecoderTrainingHelper")(implicit evOutputStructure: OutputStructure[Out], evOutputToShapeOut: Aux[Out, OutShape], evZeroOut: Aux[Out, OutShape]) extends Helper[Out, Out, State] with Product with Serializable
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
- def apply[Out, State, Sample, OutShape, StateShape, SampleShape](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]): BasicDecoder[Out, State, Sample, OutShape, StateShape, SampleShape]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )