Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 557 Bytes

get_component_trace.md

File metadata and controls

17 lines (10 loc) · 557 Bytes

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

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

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

Gets the raw MasterTrace proto for each batch, state, and beam slot.

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 string. vector of MasterTrace protos.