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, toString
-
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
-