MappedState

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[A, B, C, D, M <: StatefulModule[A, B, C]](implicit is: InitState[M, C]): InitState[MappedState[A, B, C, D, M], C]
implicit def load[A, B, C, D, M <: StatefulModule[A, B, C] : Load]: Load[MappedState[A, B, C, D, M]]
implicit def trainingMode[A, B, C, D, M <: StatefulModule[A, B, C]](implicit t: TrainingMode[M]): TrainingMode[MappedState[A, B, C, D, M]]