tf.raw_ops.DynamicEnqueueTPUEmbeddingRaggedTensorBatch
Stay organized with collections
Save and categorize content based on your preferences.
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-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.raw_ops.DynamicEnqueueTPUEmbeddingRaggedTensorBatch\n\n\u003cbr /\u003e\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.raw_ops.DynamicEnqueueTPUEmbeddingRaggedTensorBatch`](https://www.tensorflow.org/api_docs/python/tf/raw_ops/DynamicEnqueueTPUEmbeddingRaggedTensorBatch)\n\n\u003cbr /\u003e\n\n tf.raw_ops.DynamicEnqueueTPUEmbeddingRaggedTensorBatch(\n sample_splits,\n embedding_indices,\n aggregation_weights,\n mode_override,\n device_ordinal,\n table_ids,\n combiners=[],\n max_sequence_lengths=[],\n num_features=[],\n name=None\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------|\n| `sample_splits` | A list of at least 1 `Tensor` objects with the same type in: `int32`, `int64`. |\n| `embedding_indices` | A list with the same length as `sample_splits` of `Tensor` objects with the same type in: `int32`, `int64`. |\n| `aggregation_weights` | A list with the same length as `sample_splits` of `Tensor` objects with the same type in: `float32`, `float64`. |\n| `mode_override` | A `Tensor` of type `string`. |\n| `device_ordinal` | A `Tensor` of type `int32`. |\n| `table_ids` | A list of `ints`. |\n| `combiners` | An optional list of `strings`. Defaults to `[]`. |\n| `max_sequence_lengths` | An optional list of `ints`. Defaults to `[]`. |\n| `num_features` | An optional list of `ints`. Defaults to `[]`. |\n| `name` | A name for the operation (optional). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| The created Operation. ||\n\n\u003cbr /\u003e"]]