CollectiveReduceScatterV2

classe final pública CollectiveReduceScatterV2

Reduz mutuamente vários tensores de tipo e forma idênticos e espalha o resultado.

Classes aninhadas

aula CollectiveReduceScatterV2.Options Atributos opcionais para CollectiveReduceScatterV2

Métodos públicos

Saída <T>
asOutput ()
Retorna o identificador simbólico de um tensor.
CollectiveReduceScatterV2.Options estático
communicationHint (String communicationHint)
static <T extends Number> CollectiveReduceScatterV2 <T>
create ( Scope scope, Operand <T> input, Operand <Integer> groupSize, Operand <Integer> groupKey, Operand <Integer> instanceKey, Iterable< Operand <?>> orderingToken, String mergeOp, String finalOp, Options... options)
Método de fábrica para criar uma classe envolvendo uma nova operação CollectiveReduceScatterV2.
Saída <T>
dados ()
CollectiveReduceScatterV2.Options estático
maxSubdivsPerDevice (Long maxSubdivsPerDevice)
CollectiveReduceScatterV2.Options estático
timeoutSeconds (Float timeoutSeconds)

Métodos Herdados

Métodos públicos

public Output <T> asOutput ()

Retorna o identificador simbólico de um tensor.

As entradas para as operações do TensorFlow são saídas de outra operação do TensorFlow. Este método é usado para obter um identificador simbólico que representa a computação da entrada.

public static CollectiveReduceScatterV2.Options communicationHint (String communicationHint)

public static CollectiveReduceScatterV2 <T> create ( Scope scope, Operand <T> input, Operand <Integer> groupSize, Operand <Integer> groupKey, Operand <Integer> instanceKey, Iterable< Operand <?>> orderingToken, String mergeOp, String finalOp, Opções... opções)

Método de fábrica para criar uma classe envolvendo uma nova operação CollectiveReduceScatterV2.

Parâmetros
escopo escopo atual
opções carrega valores de atributos opcionais
devoluções
  • uma nova instância de CollectiveReduceScatterV2

dados públicos de saída <T> ()

public static CollectiveReduceScatterV2.Options maxSubdivsPerDevice (Long maxSubdivsPerDevice)

public static CollectiveReduceScatterV2.Options timeoutSeconds (Float timeoutSeconds)