public final class
DynamicEnqueueTPUEmbeddingRaggedTensorBatch
Nested Classes
class | DynamicEnqueueTPUEmbeddingRaggedTensorBatch.Options | Optional attributes for DynamicEnqueueTPUEmbeddingRaggedTensorBatch
|
Public Methods
static DynamicEnqueueTPUEmbeddingRaggedTensorBatch.Options |
combiners(List<String> combiners)
|
static <T extends Number, U extends Number, V extends Number> DynamicEnqueueTPUEmbeddingRaggedTensorBatch |
create(Scope scope, Iterable<Operand<T>> sampleSplits, Iterable<Operand<U>> embeddingIndices, Iterable<Operand<V>> aggregationWeights, Operand<String> modeOverride, Operand<Integer> deviceOrdinal, List<Long> tableIds, Options... options)
Factory method to create a class wrapping a new DynamicEnqueueTPUEmbeddingRaggedTensorBatch operation.
|
static DynamicEnqueueTPUEmbeddingRaggedTensorBatch.Options |
maxSequenceLengths(List<Long> maxSequenceLengths)
|
static DynamicEnqueueTPUEmbeddingRaggedTensorBatch.Options |
numFeatures(List<Long> numFeatures)
|
Inherited Methods
Public Methods
public static DynamicEnqueueTPUEmbeddingRaggedTensorBatch.Options combiners (List<String> combiners)
public static DynamicEnqueueTPUEmbeddingRaggedTensorBatch create (Scope scope, Iterable<Operand<T>> sampleSplits, Iterable<Operand<U>> embeddingIndices, Iterable<Operand<V>> aggregationWeights, Operand<String> modeOverride, Operand<Integer> deviceOrdinal, List<Long> tableIds, Options... options)
Factory method to create a class wrapping a new DynamicEnqueueTPUEmbeddingRaggedTensorBatch operation.
Parameters
scope | current scope |
---|---|
options | carries optional attributes values |
Returns
- a new instance of DynamicEnqueueTPUEmbeddingRaggedTensorBatch