Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py
.
Given a handle to a ComputeSession, attaches a data source.
This op is agnostic to the type of input data. The vector of input strings is interpreted by the backend.
handle
: ATensor
of typestring
. handle to a ComputeSession.input_spec
: ATensor
of typestring
. string vector data.component
: An optionalstring
. Defaults to""
.name
: A name for the operation (optional).
A Tensor
of type string
. handle to the same ComputeSession after attachment.