tensoreflusso:: ops:: ResourceScatterNdMax

#include <state_ops.h>

DA FARE: aggiungere doc.

Riepilogo

Argomenti:

  • scope: un oggetto Scope
  • ref: un handle di risorsa. Deve provenire da un VarHandleOp.
  • indici: A Tensore . Deve essere uno dei seguenti tipi: int32, int64. Un tensore di indici nel rif.
  • aggiornamenti: Un Tensore . Deve essere dello stesso tipo del rif. Un tensore di valori il cui elemento saggio max è preso con rif

Attributi facoltativi (vedi Attrs ):

  • use_locking: un valore bool opzionale. Il valore predefinito è Vero. Se True, l'assegnazione sarà protetta da un lucchetto; altrimenti il ​​comportamento non è definito, ma può mostrare meno contesa.

Ritorna:

Costruttori e distruttori

ResourceScatterNdMax (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates)
ResourceScatterNdMax (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates, const ResourceScatterNdMax::Attrs & attrs)

Attributi pubblici

operation

Funzioni pubbliche

operator::tensorflow::Operation () const

Funzioni pubbliche statiche

UseLocking (bool x)

Strutture

tensorflow:: ops:: ResourceScatterNdMax:: Attrs

Setter di attributi facoltativi per ResourceScatterNdMax .

Attributi pubblici

operazione

Operation operation

Funzioni pubbliche

ResourceScatterNdMax

 ResourceScatterNdMax(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  ::tensorflow::Input indices,
  ::tensorflow::Input updates
)

ResourceScatterNdMax

 ResourceScatterNdMax(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  ::tensorflow::Input indices,
  ::tensorflow::Input updates,
  const ResourceScatterNdMax::Attrs & attrs
)

operator::tensorflow::Operazione

 operator::tensorflow::Operation() const 

Funzioni pubbliche statiche

UsaLocking

Attrs UseLocking(
  bool x
)