Package

com.thoughtworks.deeplearning.dsl

layers

Permalink

package layers

Visibility
  1. Public
  2. All

Type Members

  1. final case class Compose[Input0 <: Batch, Temporary <: Batch, Output0 <: Batch](leftOperand: Aux[Temporary, Output0], rightOperand: Aux[Input0, Temporary]) extends Layer with Product with Serializable

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

  2. final case class Identity[Input0 <: Batch]() extends Layer with Product with Serializable

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

  3. final case class Literal[Data0](value0: Data0) extends Layer with Batch with BatchId with Product with Serializable

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

  4. final case class Throw(throwable: () ⇒ Throwable) extends Layer with Batch with BatchId with Product with Serializable

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

Ungrouped