dragnn_ops.emit_annotations(handle, component=None, name=None)
Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py
.
Given a handle to a ComputeSession, emits a vector of strings corresponding to the
final predictions for each element in the final component's batch.
handle
: A Tensor
of type string
. handle to a ComputeSession.component
: An optional string
. Defaults to ""
.name
: A name for the operation (optional).A Tensor
of type string
. serialized annotations.