On this page
tf.raw_ops.TPUPartitionedInput
An op that groups a list of partitioned inputs together. This op
tf.raw_ops.TPUPartitionedInput(
inputs, partition_dim=0, name=None
)
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 . |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/raw_ops/TPUPartitionedInput