Packages

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]]]
  2. type Double = Do[Borrowing[Tape[scala.Double, scala.Double]]]
  3. abstract class DoubleCompanion extends AnyRef
  4. type Float = Do[Borrowing[Tape[scala.Float, scala.Float]]]
  5. abstract class FloatCompanion extends AnyRef

Value Members

  1. object Any extends AnyCompanion
  2. object Double extends DoubleCompanion

    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

    A namespace of common operators for Float layers.

    A namespace of common operators for Float layers.

    Author:

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

Inherited from AnyRef

Inherited from scala.Any

Ungrouped