Class/Object

org.platanios.tensorflow.api.learn.layers.rnn

BidirectionalRNN

Related Docs: object BidirectionalRNN | package rnn

Permalink

class BidirectionalRNN[O, OS, S, SS] extends Layer[O, (Tuple[O, S], Tuple[O, S])]

Linear Supertypes
Layer[O, (Tuple[O, S], Tuple[O, S])], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BidirectionalRNN
  2. Layer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BidirectionalRNN(name: String, cellFw: RNNCell[O, OS, S, SS], cellBw: RNNCell[O, OS, S, SS], initialStateFw: () ⇒ S = null, initialStateBw: () ⇒ S = null, timeMajor: Boolean = false, parallelIterations: Int = 32, swapMemory: Boolean = false, sequenceLengths: tensors.Tensor = null)(implicit evO: Aux[O, OS], evS: Aux[S, SS])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: Layer[O, (Tuple[O, S], Tuple[O, S])]): Concatenate[O, (Tuple[O, S], Tuple[O, S])]

    Permalink
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[O, (Tuple[O, S], Tuple[O, S])]]): Concatenate[O, (Tuple[O, S], Tuple[O, S])]

    Permalink
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[(Tuple[O, S], Tuple[O, S]), S]): Compose[O, (Tuple[O, S], Tuple[O, S]), S]

    Permalink
    Definition Classes
    Layer
  7. def _forward(input: O, mode: Mode): (Tuple[O, S], Tuple[O, S])

    Permalink
    Attributes
    protected
    Definition Classes
    BidirectionalRNNLayer
  8. def apply(input: O, mode: Mode): (Tuple[O, S], Tuple[O, S])

    Permalink
    Definition Classes
    Layer
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val cellBw: RNNCell[O, OS, S, SS]

    Permalink
  11. val cellFw: RNNCell[O, OS, S, SS]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compose[S](other: Layer[(Tuple[O, S], Tuple[O, S]), S]): Compose[O, (Tuple[O, S], Tuple[O, S]), S]

    Permalink
    Definition Classes
    Layer
  14. def concatenate(others: Layer[O, (Tuple[O, S], Tuple[O, S])]*): Concatenate[O, (Tuple[O, S], Tuple[O, S])]

    Permalink
    Definition Classes
    Layer
  15. implicit val context: DynamicVariable[LayerCreationContext]

    Permalink
    Definition Classes
    Layer
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def forward(input: O, mode: Mode): (Tuple[O, S], Tuple[O, S])

    Permalink
    Definition Classes
    Layer
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. val initialStateBw: () ⇒ S

    Permalink
  23. val initialStateFw: () ⇒ S

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val layerType: String

    Permalink
    Definition Classes
    BidirectionalRNNLayer
  26. val name: String

    Permalink
    Definition Classes
    BidirectionalRNNLayer
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val parallelIterations: Int

    Permalink
  31. val sequenceLengths: tensors.Tensor

    Permalink
  32. val swapMemory: Boolean

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val timeMajor: Boolean

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    Layer → AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withConcatenatedOutputs: Layer[O, Tuple[O, (S, S)]]

    Permalink

Inherited from Layer[O, (Tuple[O, S], Tuple[O, S])]

Inherited from AnyRef

Inherited from Any

Ungrouped