class GRUCell[T] extends RNNCell[Output[T], Output[T], core.Shape, core.Shape]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GRUCell
- RNNCell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
GRUCell(gateKernel: Output[T], gateBias: Output[T], candidateKernel: Output[T], candidateBias: Output[T], activation: (Output[T]) ⇒ Output[T], name: String = "GRUCell")(implicit arg0: core.types.TF[T], arg1: core.types.IsNotQuantized[T])
- Attributes
- protected
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
- val activation: (Output[T]) ⇒ Output[T]
-
def
apply(input: Tuple[Output[T], Output[T]]): Tuple[Output[T], Output[T]]
- Definition Classes
- RNNCell
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val candidateBias: Output[T]
- val candidateKernel: Output[T]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
val
evOutputToShapeOut: Aux[Output[T], core.Shape]
- Definition Classes
- RNNCell
-
implicit
val
evOutputToShapeState: Aux[Output[T], core.Shape]
- Definition Classes
- RNNCell
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forward(input: Tuple[Output[T], Output[T]]): BasicTuple[T]
- val gateBias: Output[T]
- val gateKernel: Output[T]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def outputShape: core.Shape
- def stateShape: core.Shape
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )
-
def
zeroOutput(batchSize: Output[Int], name: String = "ZeroOutput")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
- Definition Classes
- RNNCell
-
def
zeroState(batchSize: Output[Int], name: String = "ZeroState")(implicit evZero: Aux[Output[T], core.Shape]): Output[T]
- Definition Classes
- RNNCell