abstract class SimpleAttention[T] extends Attention[T, Output[T], core.Shape]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleAttention
- Attention
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleAttention(memory: Output[T], memorySequenceLengths: Output[Int] = null, checkInnerDimensionsDefined: Boolean = true, scoreMaskValue: Output[Float] = Float.MinValue, name: String = "SimpleAttention")(implicit arg0: core.types.TF[T], arg1: core.types.IsDecimal[T])
Abstract Value Members
Concrete 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
-
def
alignment(query: Output[T], previousState: Output[T]): (Output[T], Output[T])
- Definition Classes
- SimpleAttention → Attention
-
lazy val
alignmentSize: Output[Int]
- Definition Classes
- Attention
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
batchSize: Output[Int]
- Definition Classes
- Attention
-
val
checkInnerDimensionsDefined: Boolean
- Definition Classes
- SimpleAttention → Attention
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
lazy val
dataType: core.types.DataType[T]
- Definition Classes
- Attention
-
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
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
initialAlignment: Output[T]
- Definition Classes
- Attention
-
def
initialState: Output[T]
- Definition Classes
- SimpleAttention → Attention
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
keys: Output[T]
- Definition Classes
- Attention
-
val
memory: Output[T]
- Attributes
- protected
- Definition Classes
- SimpleAttention → Attention
-
val
memorySequenceLengths: Output[Int]
- Attributes
- protected
- Definition Classes
- SimpleAttention → Attention
-
val
name: String
- Definition Classes
- SimpleAttention → Attention
-
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
probability(score: Output[T], state: Output[T]): Output[T]
- Attributes
- protected
- Definition Classes
- Attention
-
val
scoreMaskValue: Output[Float]
- Definition Classes
- SimpleAttention → Attention
-
def
stateSize: core.Shape
- Definition Classes
- SimpleAttention → Attention
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Output[T]
- Definition Classes
- Attention
-
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( ... )