tensor akışı:: işlem:: Paketleme
#include <math_ops.h>
'Girdiyi' 'sınırlara' göre paketler.
Özet
Örneğin, girişler sınır ise = [0, 10, 100] giriş = [[-5, 10000] [150, 10] [5, 100]]
bu durumda çıktının çıktısı = [[0, 3] [3, 2] [1, 3]] olacaktır.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- giriş: int veya float tipinde Tensor'un herhangi bir şekli bulunur.
- sınırlar: Sıralı bir kayan nokta listesi, kovaların sınırlarını verir.
İade:
-
Output
: 'Giriş' ile aynı şekil, girişin her değeri kova endeksiyle değiştirilir.
(numpy) np.digitize'a eşdeğerdir.
Yapıcılar ve Yıkıcılar | |
---|---|
Bucketize (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< float > & boundaries) |
Genel özellikler | |
---|---|
operation | |
output |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamu işlevleri
Paketleme
Bucketize( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< float > & boundaries )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const