Class QueueEnqueueMany.Inputs
- Enclosing class:
QueueEnqueueMany
-
Field Summary
FieldsModifier and TypeFieldDescriptionOne or more tensors from which the enqueued tensors should be taken.The handle to a queue.final DataType[]The Tcomponents attributefinal longIf the queue is too full, this operation will block for up to timeout_ms milliseconds. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
Field Details
-
handle
-
components
-
Tcomponents
The Tcomponents attribute -
timeoutMs
public final long timeoutMsIf the queue is too full, this operation will block for up to timeout_ms milliseconds. Note: This option is not supported yet.
-
-
Constructor Details
-
Inputs
-