tensor akışı:: işlem:: ClipByValue
#include <math_ops.h>Tensör değerlerini belirtilen minimum ve maksimum değerlere kırpar.
Özet
Bir t tensörü verildiğinde, bu işlem t ile aynı tipte ve şekildeki bir tensörü döndürür ve değerleri clip_value_min ve clip_value_max kırpılır. clip_value_min küçük tüm değerler, clip_value_min olarak ayarlanır. clip_value_max büyük tüm değerler, clip_value_max olarak ayarlanır.
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- t: Bir
Tensor. - Clip_value_min: 0-D (skaler) bir
Tensorveyatile aynı şekle sahip birTensor. Kırpılacak minimum değer. - Clip_value_max: 0-D (skaler) bir
Tensorveyatile aynı şekle sahip birTensor. Kırpılacak maksimum değer.
İade:
Yapıcılar ve Yıkıcılar | |
|---|---|
ClipByValue (const :: tensorflow::Scope & scope, :: tensorflow::Input t, :: tensorflow::Input clip_value_min, :: tensorflow::Input clip_value_max) |
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
ClipByValue
ClipByValue( const ::tensorflow::Scope & scope, ::tensorflow::Input t, ::tensorflow::Input clip_value_min, ::tensorflow::Input clip_value_max )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const