object DifferentiableSeq
A namespace of common operators for Seq layers.
After importing DifferentiableSeq._
, the following methods will be available on Seq layers.
Author:
杨博 (Yang Bo) <[email protected]>
- Alphabetic
- By Inheritance
- DifferentiableSeq
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final class SeqLayerOps [Input <: Tape, ElementData, ElementDelta] extends AnyRef
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
-
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
- implicit def seqToLayer[From, Input0 <: Tape, ElementData, ElementDelta](implicit elementToLayer: Aux[From, Input0, ElementData, ElementDelta]): Aux[Seq[From], Input0, Seq[ElementData], (Int, ElementDelta)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toSeqLayerOps[From, Input <: Tape, SeqData, SeqDelta, ElementData, ElementDelta](from: From)(implicit toLayer: Aux[From, Input, SeqData, SeqDelta], toSeqLayer: <:<[Aux[Input, Aux[SeqData, SeqDelta]], Aux[Input, Aux[Seq[ElementData], (Int, ElementDelta)]]]): SeqLayerOps[Input, ElementData, ElementDelta]
Implicitly converts any layer to SeqLayerOps, which enables common methods for Seq layers.
Implicitly converts any layer to SeqLayerOps, which enables common methods for Seq layers.
import com.thoughtworks.deeplearning.DifferentiableSeq._
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