tf.raw_ops.DynamicEnqueueTPUEmbeddingRaggedTensorBatch
bookmark_border bookmark
Stay organized with collections
Save and categorize content based on your preferences.
View aliases
Compat aliases for migration
See
Migration guide for
more details.
tf.compat.v1.raw_ops.DynamicEnqueueTPUEmbeddingRaggedTensorBatch
tf . raw_ops . DynamicEnqueueTPUEmbeddingRaggedTensorBatch (
sample_splits ,
embedding_indices ,
aggregation_weights ,
mode_override ,
device_ordinal ,
table_ids ,
combiners = [],
max_sequence_lengths = [],
num_features = [],
name = None
)
Args
sample_splits
A list of at least 1 Tensor
objects with the same type in: int32
, int64
.
embedding_indices
A list with the same length as sample_splits
of Tensor
objects with the same type in: int32
, int64
.
aggregation_weights
A list with the same length as sample_splits
of Tensor
objects with the same type in: float32
, float64
.
mode_override
A Tensor
of type string
.
device_ordinal
A Tensor
of type int32
.
table_ids
A list of ints
.
combiners
An optional list of strings
. Defaults to []
.
max_sequence_lengths
An optional list of ints
. Defaults to []
.
num_features
An optional list of ints
. Defaults to []
.
name
A name for the operation (optional).
Returns
The created Operation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license .
Last updated 2024-01-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]