Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 735 Bytes

advance_from_prediction.md

File metadata and controls

20 lines (13 loc) · 735 Bytes

dragnn_ops.advance_from_prediction(handle, scores, component=None, name=None)

dragnn_ops.advance_from_prediction(handle, scores, component=None, name=None)

Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py.

Given a handle to a ComputeSession and a tensor of scores, advances the state.

Args:

  • handle: A Tensor of type string. handle to a ComputeSession.
  • scores: A Tensor of type float32. tensor of scores with shape {batch_size, beam_size, num_actions}.
  • component: An optional string. Defaults to "".
  • name: A name for the operation (optional).

Returns:

A Tensor of type string. handle to the same ComputeSession after advancement.