Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 773 Bytes

attach_data_reader.md

File metadata and controls

21 lines (13 loc) · 773 Bytes

dragnn_ops.attach_data_reader(handle, input_spec, component=None, name=None)

dragnn_ops.attach_data_reader(handle, input_spec, component=None, name=None)

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.

Args:

  • handle: A Tensor of type string. handle to a ComputeSession.
  • input_spec: A Tensor of type string. string vector data.
  • 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 attachment.