tf.raw_ops.TPUPartitionedInput
Stay organized with collections
Save and categorize content based on your preferences.
An op that groups a list of partitioned inputs together.
tf.raw_ops.TPUPartitionedInput(
inputs, partition_dim=0, name=None
)
This op
Args |
inputs
|
A list of at least 1 Tensor objects with the same type.
A list of partitioned inputs which must have the same shape.
|
partition_dim
|
An optional int . Defaults to 0 .
An integer describles which dimension is partitioned. -1 means
those inputs are replicated.
|
name
|
A name for the operation (optional).
|
Returns |
A Tensor . Has the same type as inputs .
|
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 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[],[],null,["# tf.raw_ops.TPUPartitionedInput\n\n\u003cbr /\u003e\n\nAn op that groups a list of partitioned inputs together.\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.TPUPartitionedInput`](https://www.tensorflow.org/api_docs/python/tf/raw_ops/TPUPartitionedInput)\n\n\u003cbr /\u003e\n\n tf.raw_ops.TPUPartitionedInput(\n inputs, partition_dim=0, name=None\n )\n\nThis op\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `inputs` | A list of at least 1 `Tensor` objects with the same type. A list of partitioned inputs which must have the same shape. |\n| `partition_dim` | An optional `int`. Defaults to `0`. An integer describles which dimension is partitioned. -1 means those inputs are replicated. |\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| A `Tensor`. Has the same type as `inputs`. ||\n\n\u003cbr /\u003e"]]