Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py
.
Given a handle to a ComputeSession and a channel index, outputs link features.
Output indices have shape {batch_size * beam_size * channel_size}.
handle
: ATensor
of typestring
. handle to a ComputeSession.channel_id
: Anint
. feature channel to extract features for.component
: An optionalstring
. Defaults to""
.name
: A name for the operation (optional).
A tuple of Tensor
objects (step_idx, idx). * step_idx
: A Tensor
of
type int32
. step indices to read activations from. * idx
: A Tensor
of type int32
. indices within a step to read activations from.