final case class Log[Input0 <: Batch](operand: Aux[Input0, Batch]) extends Unary with Product with Serializable
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Log
- Serializable
- Serializable
- Product
- Equals
- Unary
- BufferedLayer
- Layer
- AnyRef
- Any
Implicitly
- by toDoubleLayerOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
MonoidBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
trait
ReferenceCount
extends Batch
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
trait
SemigroupBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
trait
UnaryBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- Unary
-
type
BufferedBatch = DoubleMonoidBatch with MonoidBatch with UnaryBatch
- Definition Classes
- Log → Unary → BufferedLayer
- type Input = Input0
-
type
Output = (BufferedBatch)#Open
- Definition Classes
- BufferedLayer → Layer
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): (Log[Input0], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (Log[Input0]) ⇒ Boolean, msg: ⇒ Any): Log[Input0]
- def ensuring(cond: (Log[Input0]) ⇒ Boolean): Log[Input0]
- def ensuring(cond: Boolean, msg: ⇒ Any): Log[Input0]
- def ensuring(cond: Boolean): Log[Input0]
-
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] )
- def formatted(fmtstr: String): String
-
final
def
forward(input: Input): Output
- Definition Classes
- BufferedLayer → Layer
-
final
def
getClass(): Class[_]
- 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
- val operand: Aux[Input0, Batch]
-
def
rawForward(input0: Input): MonoidBatch with DoubleMonoidBatch with UnaryBatch { ... /* 2 definitions in type refinement */ }
Performs the underlying forward pass.
Performs the underlying forward pass.
- returns
a Batch that will be cached for subsequent forward
- Attributes
- protected
- Definition Classes
- Log → BufferedLayer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
unary_-: Aux[Input, Batch]
- Implicit
- This member is added by an implicit conversion from Log[Input0] to DoubleLayerOps[Input] performed by method toDoubleLayerOps in com.thoughtworks.deeplearning.DifferentiableDouble. This conversion will take place only if an implicit value of type OfType[Log[Input0], Input, DoublePlaceholder] is in scope.
- Definition Classes
- DoubleLayerOps
-
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): (Log[Input0], B)