tensoreflusso:: ops:: ResourceScatterNdMin
#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 min è preso con ref.
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.
Resi:
- l'
Operation
creata
Costruttori e distruttori | |
---|---|
ResourceScatterNdMin (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates) | |
ResourceScatterNdMin (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates, const ResourceScatterNdMin::Attrs & attrs) |
Attributi pubblici | |
---|---|
operation |
Funzioni pubbliche | |
---|---|
operator::tensorflow::Operation () const |
Funzioni pubbliche statiche | |
---|---|
UseLocking (bool x) |
Strutture | |
---|---|
tensorflow:: ops:: ResourceScatterNdMin:: Attrs | Setter di attributi facoltativi per ResourceScatterNdMin . |
Attributi pubblici
operazione
Operation operation
Funzioni pubbliche
ResourceScatterNdMin
ResourceScatterNdMin( const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input indices, ::tensorflow::Input updates )
ResourceScatterNdMin
ResourceScatterNdMin( const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input indices, ::tensorflow::Input updates, const ResourceScatterNdMin::Attrs & attrs )
operator::tensorflow::Operazione
operator::tensorflow::Operation() const
Funzioni pubbliche statiche
UsaLocking
Attrs UseLocking( bool x )