tensor akışı:: işlem:: RaggedBincount
#include <math_ops.h>
Bir tamsayı dizisindeki her değerin oluşum sayısını sayar.
Özet
Uzunluk size
ve weights
aynı türde bir vektör çıktısı alır. weights
boşsa, indeks i
arr
içinde i
değerinin kaç kez sayıldığını saklar. weights
boş değilse, indeks i
arr
karşılık gelen değerin i
olduğu her indeksteki weights
değerin toplamını saklar.
Arr'da [0, size) arr
dışındaki değerler dikkate alınmaz.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- bölmeler: 1D int64
Tensor
. - değerler: 2D int
Tensor
. - boyut: negatif olmayan int skaler
Tensor
. - ağırlıklar:
input
ile aynı şekle sahip bir int32, int64, float32 veya float64Tensor
veya uzunluk-0Tensor
; bu durumda tüm ağırlıklar 1'e eşit gibi davranır.
İsteğe bağlı özellikler (bkz. Attrs
):
- ikili_çıktı: bool; Çekirdeğin görünümü veya oluşum sayısını sayması gerekip gerekmediği.
İade:
-
Output
:size
eşit uzunlukta 1DTensor
veya [batch_size,size
] ile 2DTensor
. [0, boyut) aralığındaki her değer için sayımlar veya toplam ağırlıklar.
Yapıcılar ve Yıkıcılar | |
---|---|
RaggedBincount (const :: tensorflow::Scope & scope, :: tensorflow::Input splits, :: tensorflow::Input values, :: tensorflow::Input size, :: tensorflow::Input weights) | |
RaggedBincount (const :: tensorflow::Scope & scope, :: tensorflow::Input splits, :: tensorflow::Input values, :: tensorflow::Input size, :: tensorflow::Input weights, const RaggedBincount::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 | |
---|---|
BinaryOutput (bool x) |
Yapılar | |
---|---|
tensorflow:: ops:: RaggedBincount:: Öznitelikler | RaggedBincount için isteğe bağlı özellik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamu işlevleri
RaggedBincount
RaggedBincount( const ::tensorflow::Scope & scope, ::tensorflow::Input splits, ::tensorflow::Input values, ::tensorflow::Input size, ::tensorflow::Input weights )
RaggedBincount
RaggedBincount( const ::tensorflow::Scope & scope, ::tensorflow::Input splits, ::tensorflow::Input values, ::tensorflow::Input size, ::tensorflow::Input weights, const RaggedBincount::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
İkili Çıkış
Attrs BinaryOutput( bool x )