Defined in tensorflow/dragnn/core/ops/gen_dragnn_ops.py
.
Given MasterSpec and GridPoint protos, outputs a handle to a ComputeSession.
container
: ATensor
of typestring
. unique identifier for the ComputeSessionPool from which a ComputeSession will be allocated.master_spec
: An optionalstring
. Defaults to""
. a serialized syntaxnet.dragnn.MasterSpec proto.grid_point
: An optionalstring
. Defaults to""
. a serialized syntaxnet.dragnn.GridPoint proto.name
: A name for the operation (optional).
A Tensor
of type string
. string handle to the ComputeSession.