tensor akışı:: işlem:: RastgeleNormal
#include <random_ops.h>
Normal dağılımdan rastgele değerler çıkarır.
Özet
Üretilen değerlerin ortalaması 0 ve standart sapması 1 olacaktır.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- şekil: Çıkış tensörünün şekli.
- dtype: Çıktının türü.
İsteğe bağlı özellikler (bkz. Attrs
):
- tohum:
seed
veyaseed2
biri sıfırdan farklı olarak ayarlanırsa, rastgele sayı üreteci verilen tohum tarafından tohumlanır. Aksi takdirde rastgele bir tohumla tohumlanır. - tohum2: Tohum çarpışmasını önlemek için ikinci bir tohum.
İade:
-
Output
: Rastgele normal değerlerle doldurulmuş, belirtilen şeklin tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
RandomNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype) | |
RandomNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype, const RandomNormal::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
output |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Seed (int64 x) | |
Seed2 (int64 x) |
Yapılar | |
---|---|
tensorflow:: ops:: RandomNormal:: Öznitelikler | RandomNormal için isteğe bağlı öznitelik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamu işlevleri
RastgeleNormal
RandomNormal( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype )
RastgeleNormal
RandomNormal( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype, const RandomNormal::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Tohum
Attrs Seed( int64 x )
Tohum2
Attrs Seed2( int64 x )