Packages

class BidirectionalRNN[Out, State, OutShape, StateShape] extends Layer[Out, (Tuple[Out, State], Tuple[Out, State])]

Linear Supertypes
Layer[Out, (Tuple[Out, State], Tuple[Out, State])], 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. Protected

Instance Constructors

  1. new BidirectionalRNN(name: String, cellFw: RNNCell[Out, State, OutShape, StateShape], cellBw: RNNCell[Out, State, OutShape, StateShape], initialStateFw: () => State = null, initialStateBw: () => State = null, timeMajor: Boolean = false, parallelIterations: Int = 32, swapMemory: Boolean = false, sequenceLengths: tensors.Tensor[Int] = null)(implicit arg0: OutputStructure[Out], arg1: OutputStructure[State], evOutputToShapeOut: Aux[Out, OutShape], evOutputToShapeState: Aux[State, StateShape], evZeroOut: Aux[Out, OutShape], evZeroState: Aux[State, StateShape])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Layer[Out, (Tuple[Out, State], Tuple[Out, State])]): Concatenate[Out, (Tuple[Out, State], Tuple[Out, State])]
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[Out, (Tuple[Out, State], Tuple[Out, State])]]): Concatenate[Out, (Tuple[Out, State], Tuple[Out, State])]
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[(Tuple[Out, State], Tuple[Out, State]), S]): Compose[Out, (Tuple[Out, State], Tuple[Out, State]), S]
    Definition Classes
    Layer
  7. def apply(input: Out)(implicit mode: Mode): (Tuple[Out, State], Tuple[Out, State])
    Definition Classes
    Layer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val cellBw: RNNCell[Out, State, OutShape, StateShape]
  10. val cellFw: RNNCell[Out, State, OutShape, StateShape]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def compose[S](other: Layer[(Tuple[Out, State], Tuple[Out, State]), S]): Compose[Out, (Tuple[Out, State], Tuple[Out, State]), S]
    Definition Classes
    Layer
  13. def concatenate(others: Layer[Out, (Tuple[Out, State], Tuple[Out, State])]*): Concatenate[Out, (Tuple[Out, State], Tuple[Out, State])]
    Definition Classes
    Layer
  14. final def currentStep: ops.Output[Long]
    Definition Classes
    Layer
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def forward(input: Out)(implicit mode: Mode): (Tuple[Out, State], Tuple[Out, State])
    Definition Classes
    Layer
  18. def forwardWithoutContext(input: Out)(implicit mode: Mode): (Tuple[Out, State], Tuple[Out, State])
    Definition Classes
    BidirectionalRNNLayer
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getParameter[P](name: String, shape: core.Shape, initializer: Initializer = null, regularizer: Regularizer = null, trainable: Boolean = true, reuse: Reuse = ReuseOrCreateNew, collections: Set[Key[ops.variables.Variable[Any]]] = Set.empty, cachingDevice: (OpSpecification) => String = null)(implicit arg0: core.types.TF[P]): ops.Output[P]
    Definition Classes
    Layer
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val initialStateBw: () => State
  23. val initialStateFw: () => State
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val layerType: String
    Definition Classes
    BidirectionalRNNLayer
  26. def map[MR](mapFn: ((Tuple[Out, State], Tuple[Out, State])) => MR): Layer[Out, MR]
    Definition Classes
    Layer
  27. val name: String
    Definition Classes
    BidirectionalRNNLayer
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val parallelIterations: Int
  32. val sequenceLengths: tensors.Tensor[Int]
  33. val swapMemory: Boolean
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val timeMajor: Boolean
  36. def toString(): String
    Definition Classes
    Layer → AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def withConcatenatedOutputs: Layer[Out, Tuple[Out, (State, State)]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Layer[Out, (Tuple[Out, State], Tuple[Out, State])]

Inherited from AnyRef

Inherited from Any

Ungrouped