abstract case class Weight(value: Double) extends Layer with DoubleMonoidTape with Product with Serializable
- Alphabetic
- By Inheritance
- Weight
- Serializable
- Serializable
- Product
- Equals
- DoubleMonoidTape
- Tape
- AutoCloseable
- Layer
- AnyRef
- Any
- by toDoubleLayerOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Weight, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
backward(delta: ⇒ Delta): Unit
invoke
forceBackward
if isTrainable istrue
invoke
forceBackward
if isTrainable istrue
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
close(): Unit
- Definition Classes
- Weight → AutoCloseable
-
final
def
duplicate(): Weight
Returns a new Tape that shares the same value and backward behavior with this
Tape
. - def ensuring(cond: (Weight) ⇒ Boolean, msg: ⇒ Any): Weight
- def ensuring(cond: (Weight) ⇒ Boolean): Weight
- def ensuring(cond: Boolean, msg: ⇒ Any): Weight
- def ensuring(cond: Boolean): Weight
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- final def forceBackward(delta: Delta): Unit
- def formatted(fmtstr: String): String
- final def forward(any: Input): Weight
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isTrainable: Boolean
-
final
def
monoid: Monoid[Delta]
- Attributes
- protected
- Definition Classes
- DoubleMonoidTape
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
unary_-: Aux[Input, Tape]
Opposite number
Opposite number
- Implicit
- This member is added by an implicit conversion from Weight to DoubleLayerOps[Input] performed by method toDoubleLayerOps in com.thoughtworks.deeplearning.DifferentiableDouble. This conversion will take place only if an implicit value of type OfPlaceholder[Weight, Input, DoublePlaceholder] is in scope.
- Definition Classes
- DoubleLayerOps
- var value: Double
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Weight, B)