package differentiable
Linear Supertypes
Content Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- differentiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Any = Do[Borrowing[Tape[scala.Any, Nothing]]]
- type Double = Do[Borrowing[Tape[scala.Double, scala.Double]]]
- abstract class DoubleCompanion extends AnyRef
- type Float = Do[Borrowing[Tape[scala.Float, scala.Float]]]
- abstract class FloatCompanion extends AnyRef
Value Members
- object Any extends AnyCompanion
-
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]>
-
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]>