Skip to content

Files

Latest commit

Ivan Bogatyycalberti
Ivan Bogatyy
and
Mar 15, 2017
7d30a01 · Mar 15, 2017

History

History
22 lines (14 loc) · 743 Bytes

init_component_data.md

File metadata and controls

22 lines (14 loc) · 743 Bytes

dragnn_ops.init_component_data(handle, beam_size, component=None, name=None)

dragnn_ops.init_component_data(handle, beam_size, component=None, name=None)

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

Given a handle to a ComputeSession, initializes the given component with the

specified beam size.

Args:

  • handle: A Tensor of type string. handle to a ComputeSession.
  • beam_size: A Tensor of type int32. size of the beam to use on the component.
  • 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 component initialization.