Class XlaSparseDenseMatmul.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<XlaSparseDenseMatmul>
org.tensorflow.op.xla.XlaSparseDenseMatmul.Inputs
- Enclosing class:
XlaSparseDenseMatmul
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe colIds inputThe embeddingTable inputfinal longThe inputSize attributefinal longThe maxIdsPerPartition attributefinal longThe maxUniqueIdsPerPartition attributeThe offsets inputThe rowIds inputThe values input -
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
-
rowIds
-
colIds
-
values
-
offsets
-
embeddingTable
-
maxIdsPerPartition
public final long maxIdsPerPartitionThe maxIdsPerPartition attribute -
maxUniqueIdsPerPartition
public final long maxUniqueIdsPerPartitionThe maxUniqueIdsPerPartition attribute -
inputSize
public final long inputSizeThe inputSize attribute
-
-
Constructor Details
-
Inputs
-