tensorflow :: ops :: QuantizedAdd
#include <math_ops.h>
X + y öğesi olarak, nicelleştirilmiş tamponlar üzerinde çalışarak döndürür.
Özet
Argümanlar:
- kapsam: Bir Scope nesnesi
- min_x: En düşük nicelenmiş
x
değerinin temsil ettiği kayan değer. - max_x: En yüksek nicelenmiş
x
değerinin temsil ettiği kayan değer. - min_y: En düşük nicelenmiş
y
değerinin temsil ettiği kayan değer. - max_y: En yüksek nicelenmiş
y
değerinin temsil ettiği kayan değer.
İadeler:
-
Output
z -
Output
min_z: En düşük nicelenmiş çıktı değerinin temsil ettiği kayan değer. -
Output
max_z: En yüksek nicelenmiş çıktı değerinin temsil ettiği kayan değer.
NOT : QuantizedAdd
, sınırlı yayın biçimlerini destekler. Burada yayın yapma hakkında daha fazla bilgi
Yapıcılar ve Yıkıcılar | |
---|---|
QuantizedAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y) | |
QuantizedAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y, const QuantizedAdd::Attrs & attrs) |
Genel özellikler | |
---|---|
max_z | |
min_z | |
operation | |
z |
Genel statik işlevler | |
---|---|
Toutput (DataType x) |
Yapılar | |
---|---|
tensorflow :: ops :: QuantizedAdd :: Attrs | QuantizedAdd için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
max_z
::tensorflow::Output max_z
min_z
::tensorflow::Output min_z
operasyon
Operation operation
z
::tensorflow::Output z
Kamusal işlevler
QuantizedAdd
QuantizedAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y )
QuantizedAdd
QuantizedAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y, const QuantizedAdd::Attrs & attrs )
Genel statik işlevler
Çıktı
Attrs Toutput( DataType x )