ChainLayer

kyo.layers.ChainLayer
See theChainLayer companion trait
object ChainLayer extends ChainLayers1

Attributes

Companion
trait
Graph
Supertypes
trait ChainLayers1
class Object
trait Matchable
class Any
Self type
ChainLayer.type

Members list

Type members

Types

type Aux[Out1, In2, R] = ChainLayer[Out1, In2] { type RemainingOut1 = R; }

Implicits

Implicits

implicit def simpleChain[Out]: Aux[Out, Out, Any]

Inherited implicits

implicit def applyAll1[Shared, In2]: Aux[Shared, In2 & Shared, Any]

Attributes

Inherited from:
ChainLayers1
implicit def applyAll2[Out1, Shared]: Aux[Out1 & Shared, Shared, Out1]

Attributes

Inherited from:
ChainLayers1