Class GetMinibatchSplitsWithPhysicalReplica.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<GetMinibatchSplitsWithPhysicalReplica>
org.tensorflow.op.tpu.GetMinibatchSplitsWithPhysicalReplica.Inputs
- Enclosing class:
GetMinibatchSplitsWithPhysicalReplica
public static class GetMinibatchSplitsWithPhysicalReplica.Inputs
extends RawOpInputs<GetMinibatchSplitsWithPhysicalReplica>
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe colIds inputfinal longThe featureWidth attributeThe gains inputfinal StringThe miniBatchSplits attributefinal longThe numReplica attributefinal longThe numScPerChip attributeThe programKey inputThe rowIds inputfinal longThe sampleCount attributefinal StringThe tableName attributefinal longThe tableVocabSize attribute -
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
-
programKey
-
rowIds
-
colIds
-
gains
-
sampleCount
public final long sampleCountThe sampleCount attribute -
numReplica
public final long numReplicaThe numReplica attribute -
tableVocabSize
public final long tableVocabSizeThe tableVocabSize attribute -
featureWidth
public final long featureWidthThe featureWidth attribute -
numScPerChip
public final long numScPerChipThe numScPerChip attribute -
tableName
The tableName attribute -
miniBatchSplits
The miniBatchSplits attribute
-
-
Constructor Details
-
Inputs
-