Package

com.thoughtworks.deeplearning.array2D

layers

Permalink

package layers

Visibility
  1. Public
  2. All

Type Members

  1. final case class Dot[Input0 <: Batch](leftOperand: Aux[Input0, dsl.Type.Batch], rightOperand: Aux[Input0, dsl.Type.Batch]) extends Layer with BufferedLayer with Product with Serializable

    Permalink

    Author:

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

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

    Permalink

    Author:

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

  3. final case class Log[Input0 <: Batch](operand: Aux[Input0, dsl.Type.Batch]) extends BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  4. final case class MaxDouble[Input0 <: Batch](leftOperand: Aux[Input0, dsl.Type.Batch], rightOperand: Aux[Input0, dsl.Type.Batch]) extends Layer with BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  5. final case class MultiplyArray2D[Input0 <: Batch](leftOperand: Aux[Input0, dsl.Type.Batch], rightOperand: Aux[Input0, dsl.Type.Batch]) extends Layer with BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  6. final case class MultiplyDouble[Input0 <: Batch](leftOperand: Aux[Input0, dsl.Type.Batch], rightOperand: Aux[Input0, dsl.Type.Batch]) extends Layer with BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  7. final case class Negative[Input0 <: Batch](operand: Aux[Input0, dsl.Type.Batch]) extends BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  8. final case class PlusArray2D[Input0 <: Batch](leftOperand: Aux[Input0, dsl.Type.Batch], rightOperand: Aux[Input0, dsl.Type.Batch]) extends Layer with BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  9. final case class PlusDouble[Input0 <: Batch](leftOperand: Aux[Input0, dsl.Type.Batch], rightOperand: Aux[Input0, dsl.Type.Batch]) extends Layer with BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  10. final case class Reciprocal[Input0 <: Batch](operand: Aux[Input0, dsl.Type.Batch]) extends BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  11. final case class ReduceSum[Input0 <: Batch](operand: Aux[Input0, dsl.Type.Batch]) extends BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  12. final case class Sum[Input0 <: Batch](operand: Aux[Input0, dsl.Type.Batch], dimensions: Seq[Int]) extends BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  13. final case class ToArray2D[Input0 <: Batch](operands: Seq[Seq[Aux[Input0, Aux[Eval[Double], Eval[Double]]]]]) extends Layer with Product with Serializable

    Permalink
  14. final case class ToSeq[Input0 <: Batch](operand: Aux[Input0, dsl.Type.Batch]) extends BufferedLayer with Product with Serializable

    Permalink

    Author:

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

  15. final case class Weight(rawValue: INDArray)(implicit optimizer: Optimizer) extends Layer with Array2DSemigroupBatch with BatchId with Product with Serializable

    Permalink

    Author:

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

Value Members

  1. object ToArray2D extends Serializable

    Permalink

Ungrouped