StatefulSeq4

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