StatefulSeq3

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

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[T1, T2, T3, T4, S1, S2, S3, M1 <: StatefulModule[T1, T2, S1], M2 <: StatefulModule[T2, T3, S2], M3 <: StatefulModule[T3, T4, S3]](implicit is1: InitState[M1, S1], is2: InitState[M2, S2], is3: InitState[M3, S3]): InitState[StatefulSeq3[T1, T2, T3, T4, S1, S2, S3, M1, M2, M3], (S1, S2, S3)]
implicit def load[T1, T2, T3, T4, S1, S2, S3, M1 <: StatefulModule[T1, T2, S1] : Load, M2 <: StatefulModule[T2, T3, S2] : Load, M3 <: StatefulModule[T3, T4, S3] : Load]: Load[StatefulSeq3[T1, T2, T3, T4, S1, S2, S3, M1, M2, M3]]
implicit def trainingMode[T1, T2, T3, T4, S1, S2, S3, M1 <: StatefulModule[T1, T2, S1] : TrainingMode, M2 <: StatefulModule[T2, T3, S2] : TrainingMode, M3 <: StatefulModule[T3, T4, S3] : TrainingMode]: TrainingMode[StatefulSeq3[T1, T2, T3, T4, S1, S2, S3, M1, M2, M3]]