object DifferentiableBoolean
A namespace of common operators for Boolean layers.
After importing DifferentiableBoolean._
, the following methods will be available on Boolean layers.
Author:
杨博 (Yang Bo) <[email protected]>
- Alphabetic
- By Inheritance
- DifferentiableBoolean
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
class
BooleanLayerOps
[Input <: Tape] extends AnyRef
A helper that contains methods for all Boolean layers.
A helper that contains methods for all Boolean layers.
import com.thoughtworks.deeplearning.DifferentiableBoolean._
Example:
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def booleanToLiteral: Aux[Boolean, Boolean, Boolean]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
implicit
def
toBooleanLayerOps[From, Input <: Tape](from: From)(implicit toLayer: OfPlaceholder[From, Input, BooleanPlaceholder]): BooleanLayerOps[Input]
Implicitly converts any layer to BooleanLayerOps, which enables common methods for Boolean layers.
Implicitly converts any layer to BooleanLayerOps, which enables common methods for Boolean layers.
import com.thoughtworks.deeplearning.DifferentiableBoolean._
Example: -
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- object Layers