CollectiveGatherV2

public final class CollectiveGatherV2

Acumula mutuamente vários tensores de tipo e forma idênticos.

Classes aninhadas

aula CollectiveGatherV2.Options Atributos opcionais para CollectiveGatherV2

Métodos Públicos

Saída <T>
asOutput ()
Retorna o identificador simbólico de um tensor.
static CollectiveGatherV2.Options
communicationHint (String communicationHint)
static <T extends Number> CollectiveGatherV2 <T>
criar ( Scope escopo, Operando <T> entrada, Operando <Integer> groupSize, Operando <Integer> groupKey, Operando <Integer> instanceKey, Options ... Opções)
Método de fábrica para criar uma classe envolvendo uma nova operação CollectiveGatherV2.
Saída <T>
dados ()
static CollectiveGatherV2.Options
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 o cálculo da entrada.

public static CollectiveGatherV2.Options communicationHint (String communicationHint)

public static CollectiveGatherV2 <T> create ( Scope escopo, Operando <T> entrada, Operando <Integer> groupSize, Operando <Integer> groupKey, Operando <Integer> instanceKey, Options ... Opções)

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

Parâmetros
alcance escopo atual
opções carrega valores de atributos opcionais
Devoluções
  • uma nova instância de CollectiveGatherV2

Public Output <T> data ()

public static CollectiveGatherV2.Options timeoutSeconds (Float timeoutSeconds)