tensorflow:: אופס:: Bincount
#include <math_ops.h>
סופר את מספר המופעים של כל ערך במערך שלמים.
תַקצִיר
פלט וקטור עם size
אורך ואותו dtype כמו weights
. אם weights
ריקות, אינדקס i
מאחסן את מספר הפעמים שהערך i
נספר ב- arr
. אם weights
אינן ריקות, אז מדד i
מאחסן את סכום הערך weights
בכל מדד כאשר הערך המתאים ב- arr
הוא i
.
מתעלמים מערכים ב- arr
מחוץ לטווח [0, גודל).
טיעונים:
- scope: אובייקט Scope
- arr: int32
Tensor
. - גודל: לא שלילי int32 scalar
Tensor
. - משקלים: הוא
Tensor
int32, int64, float32 או float64 עם אותה צורה כמוarr
, או אורך-0Tensor
, ובמקרה זה הוא פועל ככל המשקלים השווים ל-1.
החזרות:
בנאים והורסים | |
---|---|
Bincount (const :: tensorflow::Scope & scope, :: tensorflow::Input arr, :: tensorflow::Input size, :: tensorflow::Input weights) |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
תכונות ציבוריות
פחים
::tensorflow::Output bins
מִבצָע
Operation operation
תפקידים ציבוריים
Bincount
Bincount( const ::tensorflow::Scope & scope, ::tensorflow::Input arr, ::tensorflow::Input size, ::tensorflow::Input weights )
צוֹמֶת
::tensorflow::Node * node() const
מפעיל::tensorflow::קלט
operator::tensorflow::Input() const
אופרטור::tensorflow::פלט
operator::tensorflow::Output() const