Package

com.thoughtworks.deeplearning

differentiable

Permalink

package differentiable

Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. differentiable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Any = Do[Borrowing[Tape[scala.Any, Nothing]]]

    Permalink
  2. type Double = Do[Borrowing[Tape[scala.Double, scala.Double]]]

    Permalink
  3. abstract class DoubleCompanion extends AnyRef

    Permalink
  4. type Float = Do[Borrowing[Tape[scala.Float, scala.Float]]]

    Permalink
  5. abstract class FloatCompanion extends AnyRef

    Permalink
  6. type INDArray = Do[Borrowing[Tape[org.nd4j.linalg.api.ndarray.INDArray, org.nd4j.linalg.api.ndarray.INDArray]]]

    Permalink
  7. abstract class INDArrayCompanion extends AnyRef

    Permalink

Value Members

  1. object Any extends AnyCompanion

    Permalink
  2. object Double extends DoubleCompanion

    Permalink

    A namespace of common operators for Double layers.

    A namespace of common operators for Double layers.

    Author:

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

  3. object Float extends FloatCompanion

    Permalink

    A namespace of common operators for Float layers.

    A namespace of common operators for Float layers.

    Author:

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

  4. object INDArray extends INDArrayCompanion

    Permalink

Inherited from AnyRef

Inherited from scala.Any

Ungrouped