case class GreedyEmbeddingHelper[T, State](embeddingFn: (Output[Int]) ⇒ Output[T], beginTokens: Output[Int], endToken: Output[Int], name: String = "RNNDecoderGreedyEmbeddingHelper") extends Helper[Output[T], Output[Int], State] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GreedyEmbeddingHelper
- Serializable
- Serializable
- Product
- Equals
- Helper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
batchSize: Output[Int]
- Definition Classes
- GreedyEmbeddingHelper → Helper
- val beginTokens: Output[Int]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val embeddingFn: (Output[Int]) ⇒ Output[T]
- val endToken: Output[Int]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
initialize(): (Output[Boolean], Output[T])
- Definition Classes
- GreedyEmbeddingHelper → Helper
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(time: Output[Int], input: Output[T], state: State, sample: Output[Int]): (Output[Boolean], Output[T], State)
- Definition Classes
- GreedyEmbeddingHelper → Helper
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
sample(time: Output[Int], input: Output[T], state: State): Output[Int]
- Definition Classes
- GreedyEmbeddingHelper → Helper
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
zeroSample(batchSize: Output[Int], name: String = "ZeroSample"): Output[Int]
- Definition Classes
- GreedyEmbeddingHelper → Helper