Seq2SeqWithAttention

Companion:
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def initState[S0, S1, M0 <: Module, M1 <: StatefulModule2[Variable, Variable, S0, S1], M2 <: StatefulModule[Variable, Variable, S1]](implicit is: InitState[M1, S0]): InitState[Seq2SeqWithAttention[S0, S1, M0, M1, M2], S0]
implicit def load[S0, S1, M0 <: Module : Load, M1 <: StatefulModule2[Variable, Variable, S0, S1] : Load, M2 <: StatefulModule[Variable, Variable, S1] : Load]: Load[Seq2SeqWithAttention[S0, S1, M0, M1, M2]]
implicit def trainingMode[S0, S1, M0 <: Module : TrainingMode, M1 <: StatefulModule2[Variable, Variable, S0, S1] : TrainingMode, M2 <: StatefulModule[Variable, Variable, S1] : TrainingMode]: TrainingMode[Seq2SeqWithAttention[S0, S1, M0, M1, M2]]