case class MapSeq[T, R, S, CC[A] <: TraversableLike[A, CC[A]]](name: String, layer: Layer[CC[T], CC[R]], mapLayer: Layer[R, S])(implicit cbfRS: CanBuildFrom[CC[R], S, CC[S]]) extends Layer[CC[T], CC[S]] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapSeq
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Layer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapSeq(name: String, layer: Layer[CC[T], CC[R]], mapLayer: Layer[R, S])(implicit cbfRS: CanBuildFrom[CC[R], S, CC[S]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Layer[CC[T], CC[S]]): Concatenate[CC[T], CC[S]]
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[CC[T], CC[S]]]): Concatenate[CC[T], CC[S]]
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[CC[S], S]): Compose[CC[T], CC[S], S]
    Definition Classes
    Layer
  7. def apply(input: CC[T])(implicit mode: Mode): CC[S]
    Definition Classes
    Layer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def compose[S](other: Layer[CC[S], S]): Compose[CC[T], CC[S], S]
    Definition Classes
    Layer
  11. def concatenate(others: Layer[CC[T], CC[S]]*): Concatenate[CC[T], CC[S]]
    Definition Classes
    Layer
  12. final def currentStep: ops.Output[Long]
    Definition Classes
    Layer
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def forward(input: CC[T])(implicit mode: Mode): CC[S]
    Definition Classes
    Layer
  16. def forwardWithoutContext(input: CC[T])(implicit mode: Mode): CC[S]
    Definition Classes
    MapSeqLayer
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def getParameter[P](name: String, shape: core.Shape, initializer: Initializer = null, regularizer: Regularizer = null, trainable: Boolean = true, reuse: Reuse = ReuseOrCreateNew, collections: Set[Key[ops.variables.Variable[Any]]] = Set.empty, cachingDevice: (OpSpecification) ⇒ String = null)(implicit arg0: core.types.TF[P]): ops.Output[P]
    Definition Classes
    Layer
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val layer: Layer[CC[T], CC[R]]
  21. val layerType: String
    Definition Classes
    MapSeqLayer
  22. def map[MR](mapFn: (CC[S]) ⇒ MR): Layer[CC[T], MR]
    Definition Classes
    Layer
  23. val mapLayer: Layer[R, S]
  24. val name: String
    Definition Classes
    MapSeqLayer
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Layer → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Layer[CC[T], CC[S]]

Inherited from AnyRef

Inherited from Any

Ungrouped