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
- Protected
Instance Constructors
- new SimpleAttention(memorySize: Output[Int], 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: State[T, Output[T]]): (Output[T], State[T, Output[T]])
- Definition Classes
- SimpleAttention → Attention
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initialAlignment(batchSize: Output[Int]): Output[T]
- Definition Classes
- Attention
- def initialState(batchSize: Output[Int], memory: Memory[T]): State[T, Output[T]]
- Definition Classes
- SimpleAttention → Attention
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memorySize: Output[Int]
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def probability(score: Output[T], state: State[T, Output[T]]): Output[T]
- Attributes
- protected
- val scoreMaskValue: Output[Float]
- def stateShape: core.Shape
- Definition Classes
- SimpleAttention → Attention
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def values(memory: Memory[T]): Output[T]
- Attributes
- protected
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])