dragnn_ops.bulk_advance_from_prediction(handle, scores, component=None, name=None)
Defined in tensorflow/dragnn/core/ops/gen_dragnn_bulk_ops.py
.
Given a handle to a ComputeSession and a tensor of scores, advances the state until
all scores are used up or all states are final.
handle
: A Tensor
of type string
. handle to a ComputeSession.scores
: A Tensor
. tensor of scores with shape {batch_size *
beam_size * num_steps, num_actions}.component
: An optional string
. Defaults to ""
.name
: A name for the operation (optional).A Tensor
of type string
. handle to the same ComputeSession after
advancement.