com.thoughtworks.deeplearning.array2D

layers

package layers

Visibility
  1. Public
  2. All

Type Members

  1. final case class Dot[Input0 <: Batch](operand1: Aux[Input0, dsl.Type.Batch], operand2: Aux[Input0, dsl.Type.Batch]) extends Binary with Product with Serializable

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

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

  4. final case class MaxDouble[Input0 <: Batch](operand1: Aux[Input0, dsl.Type.Batch], operand2: Aux[Input0, dsl.Type.Batch]) extends Binary with Product with Serializable

  5. final case class MultiplyArray2D[Input0 <: Batch](operand1: Aux[Input0, dsl.Type.Batch], operand2: Aux[Input0, dsl.Type.Batch]) extends Binary with Product with Serializable

  6. final case class MultiplyDouble[Input0 <: Batch](operand1: Aux[Input0, dsl.Type.Batch], operand2: Aux[Input0, dsl.Type.Batch]) extends Binary with Product with Serializable

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

  8. final case class PlusArray2D[Input0 <: Batch](operand1: Aux[Input0, dsl.Type.Batch], operand2: Aux[Input0, dsl.Type.Batch]) extends Binary with Product with Serializable

  9. final case class PlusDouble[Input0 <: Batch](operand1: Aux[Input0, dsl.Type.Batch], operand2: Aux[Input0, dsl.Type.Batch]) extends Binary with Product with Serializable

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

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

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

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

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

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

Value Members

  1. object ToArray2D extends Serializable

  2. object ToSeq extends Serializable

Ungrouped