Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 601 Bytes

emit_oracle_labels.md

File metadata and controls

18 lines (11 loc) · 601 Bytes

dragnn_ops.emit_oracle_labels(handle, component=None, name=None)

dragnn_ops.emit_oracle_labels(handle, component=None, name=None)

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

Given a handle to a ComputeSession, emits a vector of gold labels.

Args:

  • handle: A Tensor of type string. handle to a ComputeSession.
  • component: An optional string. Defaults to "".
  • name: A name for the operation (optional).

Returns:

A Tensor of type int32. [batch_size * beam_size] vector of gold labels for the current ComputeSession.