パブリック最終クラスRandomStandardNormal
正規分布からランダムな値を出力します。
生成された値の平均は 0、標準偏差は 1 になります。
ネストされたクラス
| クラス | RandomStandardNormal.Options | RandomStandardNormalのオプションの属性 | |
定数
| 弦 | OP_NAME | TensorFlow コア エンジンによって認識される、この演算の名前 | 
パブリックメソッド
| 出力<U> |  asOutput () テンソルのシンボリック ハンドルを返します。 | 
| static <U extends TNumber > RandomStandardNormal <U> |  create ( Scopeスコープ、オペランド<? extends TNumber > 形状、Class<U> dtype、 Options...オプション) 新しい RandomStandardNormal 操作をラップするクラスを作成するファクトリ メソッド。 | 
| 出力<U> | 出力() ランダムな正規値で満たされた、指定された形状のテンソル。 | 
| 静的RandomStandardNormal.Options | 種子(長い種子) | 
| 静的RandomStandardNormal.Options | シード2 (ロングシード2)  | 
継承されたメソッド
定数
パブリック静的最終文字列OP_NAME
TensorFlow コア エンジンによって認識される、この演算の名前
定数値: "RandomStandardNormal" 
パブリックメソッド
public Output <U> asOutput ()
テンソルのシンボリック ハンドルを返します。
TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。
public static RandomStandardNormal <U> create (スコープscope、オペランド<? extends TNumber >shape、Class<U> dtype、 Options...オプション)
新しい RandomStandardNormal 操作をラップするクラスを作成するファクトリ メソッド。
パラメーター
| 範囲 | 現在のスコープ | 
|---|---|
| 形 | 出力テンソルの形状。 | 
| dtype | 出力のタイプ。 | 
| オプション | オプションの属性値を持ちます | 
戻り値
- RandomStandardNormal の新しいインスタンス
public static RandomStandardNormal.Optionsシード(ロングシード)
パラメーター
| シード | `seed` または `seed2` のいずれかが 0 以外に設定されている場合、乱数発生器には指定されたシードがシードされます。それ以外の場合は、ランダム シードによってシードされます。 | 
|---|