Seq2Seq

object Seq2Seq
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Seq2Seq.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

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