tf.raw_ops.TPUPartitionedInput | TensorFlow v2.16.1 (original) (raw)
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.
View aliases
Compat aliases for migration
SeeMigration guide for more details.
tf.compat.v1.raw_ops.TPUPartitionedInput
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 2024-04-26 UTC.