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.
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).A Tensor of type string. handle to the same ComputeSession after component
initialization.