tensorflow :: ops :: FloorMod
#include <math_ops.h>
Bölmenin eleman bazında kalanını döndürür.
Özet
x < 0
xor y < 0
olduğunda
doğru, bu Python semantiğini izler, çünkü buradaki sonuç döşeme bölmesi ile tutarlıdır. Örneğin, floor(x / y) * y + mod(x, y) = x
.
NOT : FloorMod
, yayını destekler. Burada yayın yapma hakkında daha fazla bilgi
Argümanlar:
- kapsam: Bir Scope nesnesi
İadeler:
-
Output
: z tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
FloorMod (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Genel özellikler | |
---|---|
operation | |
z |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
z
::tensorflow::Output z
Kamusal işlevler
FloorMod
FloorMod( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const