Package

com.thoughtworks.deeplearning.boolean

layers

Permalink

package layers

Visibility
  1. Public
  2. All

Type Members

  1. final case class If[Input0 <: Batch, OutputData0, OutputDelta0](condition: Aux[Input0, dsl.Type.Batch], then: Aux[Input0, Aux[OutputData0, OutputDelta0]], else: Aux[Input0, Aux[OutputData0, OutputDelta0]]) extends Layer with Product with Serializable

    Permalink

    Author:

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

  2. final case class Not[Input0 <: Batch](differentiableBoolean: Aux[Input0, dsl.Type.Batch]) extends BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  3. final case class Weight[Input0 <: Batch](rawValue: scala.Boolean) extends Layer with BooleanMonoidBatch with BatchId with Product with Serializable

    Permalink

    Author:

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

Ungrouped