package differentiable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- differentiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Any = Do[Tape[scala.Any, Nothing]]
- type Double = Do[Tape[scala.Double, scala.Double]]
- type Float = Do[Tape[scala.Float, scala.Float]]
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]>