tensorflow:: אופס:: פרמטרizedTruncatedNormal
#include <random_ops.h>
מוציא ערכים אקראיים מהתפלגות נורמלית.
תַקצִיר
כל הפרמטרים עשויים להיות א
scalar אשר חל על הפלט כולו, או וקטור בעל צורת אורך[0] המאחסן את הפרמטרים עבור כל אצווה.
טיעונים:
- scope: אובייקט Scope
- צורה: צורת טנסור הפלט. אצוות מתווספות לאינדקס לפי הממד ה-0.
- פירושו: הפרמטר הממוצע של כל אצווה.
- stdevs: פרמטר סטיית התקן של כל אצווה. חייב להיות גדול מ-0.
- minvals: החתך המינימלי. יכול להיות -אינסוף.
- maxvals: החתך המקסימלי. יכול להיות +אינסוף, וחייב להיות יותר מהמינוול עבור כל אצווה.
מאפיינים אופציונליים (ראה Attrs
):
- seed: אם
seed
אוseed2
מוגדרים להיות לא-אפס, מחולל המספרים האקראיים מוזרע על ידי ה-seed הנתון. אחרת, הוא נזרע על ידי זרע אקראי. - seed2: זרע שני כדי למנוע התנגשות זרע.
החזרות:
-
Output
: מטריצה של צורה num_batches x samples_per_batch, מלאה בערכים נורמליים קטועים אקראיים תוך שימוש בפרמטרים של כל שורה.
בנאים והורסים | |
---|---|
ParameterizedTruncatedNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, :: tensorflow::Input means, :: tensorflow::Input stdevs, :: tensorflow::Input minvals, :: tensorflow::Input maxvals) | |
ParameterizedTruncatedNormal (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, :: tensorflow::Input means, :: tensorflow::Input stdevs, :: tensorflow::Input minvals, :: tensorflow::Input maxvals, const ParameterizedTruncatedNormal::Attrs & attrs) |
תכונות ציבוריות | |
---|---|
operation | |
output |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
פונקציות סטטיות ציבוריות | |
---|---|
Seed (int64 x) | |
Seed2 (int64 x) |
מבנים | |
---|---|
tensorflow:: ops:: ParameterizedTruncatedNormal:: Attrs | קובעי תכונות אופציונליים עבור ParameterizedTruncatedNormal . |
תכונות ציבוריות
מִבצָע
Operation operation
תְפוּקָה
::tensorflow::Output output
תפקידים ציבוריים
פרמטרizedTruncatedNormal
ParameterizedTruncatedNormal( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, ::tensorflow::Input means, ::tensorflow::Input stdevs, ::tensorflow::Input minvals, ::tensorflow::Input maxvals )
פרמטרizedTruncatedNormal
ParameterizedTruncatedNormal( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, ::tensorflow::Input means, ::tensorflow::Input stdevs, ::tensorflow::Input minvals, ::tensorflow::Input maxvals, const ParameterizedTruncatedNormal::Attrs & attrs )
צוֹמֶת
::tensorflow::Node * node() const
מפעיל::tensorflow::קלט
operator::tensorflow::Input() const
אופרטור::tensorflow::פלט
operator::tensorflow::Output() const
פונקציות סטטיות ציבוריות
זֶרַע
Attrs Seed( int64 x )
זרע 2
Attrs Seed2( int64 x )
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-18 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-18 (שעון UTC)."],[],[]]