Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py
.
Given a handle to a ComputeSession, emits a vector of gold labels.
handle
: ATensor
of typestring
. handle to a ComputeSession.component
: An optionalstring
. Defaults to""
.name
: A name for the operation (optional).
A Tensor
of type int32
. [batch_size * beam_size] vector of gold labels for
the current ComputeSession.