package deeplearning
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Caller [+A](value: A) extends Product with Serializable
- trait Lift [From] extends DepFn1[From]
-
final
case class
Tape
[+Data, -Delta](data: Data, backward: (Do[Delta]) ⇒ Future[Unit]) extends Product with Serializable
Author:
杨博 (Yang Bo) <[email protected]>
Value Members
- object Caller extends Serializable
- object Lift extends LowPriorityLiftFunctions
- object Tape extends Serializable
- object logs
-
object
math
A namespace of definitions of polymophic functions.
A namespace of definitions of polymophic functions.
Those functions are implemented in other objects.
Author:
杨博 (Yang Bo) <[email protected]>
-
object
tapefactories
Author:
杨博 (Yang Bo) <[email protected]>