tensoreflusso:: ops:: CasualeNormale
#include <random_ops.h>
Restituisce valori casuali da una distribuzione normale.
Riepilogo
I valori generati avranno media 0 e deviazione standard 1.
Argomenti:
- scope: un oggetto Scope
- forma: la forma del tensore di uscita.
- dtype: il tipo di output.
Attributi facoltativi (vedi Attrs
):
- seme: se
seed
oseed2
sono impostati su un valore diverso da zero, il generatore di numeri casuali viene seminato dal seme specificato. Altrimenti, viene seminato da un seme casuale. - seed2: un secondo seme per evitare la collisione del seme.
Resi:
-
Output
: un tensore della forma specificata riempito con valori normali casuali.
Costruttori e distruttori | |
---|---|
RandomNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype) | |
RandomNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype, const RandomNormal::Attrs & attrs) |
Attributi pubblici | |
---|---|
operation | |
output |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funzioni pubbliche statiche | |
---|---|
Seed (int64 x) | |
Seed2 (int64 x) |
Strutture | |
---|---|
tensorflow:: ops:: RandomNormal:: Attrs | Setter di attributi facoltativi per RandomNormal . |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
CasualeNormale
RandomNormal( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype )
CasualeNormale
RandomNormal( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype, const RandomNormal::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
Seme
Attrs Seed( int64 x )
Seme2
Attrs Seed2( int64 x )