Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py
.
Given a handle to a ComputeSession and a tensor of scores, advances the state.
handle
: ATensor
of typestring
. handle to a ComputeSession.scores
: ATensor
of typefloat32
. tensor of scores with shape {batch_size, beam_size, num_actions}.component
: An optionalstring
. Defaults to""
.name
: A name for the operation (optional).
A Tensor
of type string
. handle to the same ComputeSession after
advancement.