Tensorflow :: ops :: TruncateMod
#include <math_ops.h>
Gibt den elementweisen Rest der Division zurück.
Zusammenfassung
Dies emuliert darin die C-Semantik
Das Ergebnis hier stimmt mit einer abgeschnittenen Kluft überein. ZB truncate(x / y) * y + truncate_mod(x, y) = x
.
HINWEIS : TruncateMod
unterstützt Broadcasting. Mehr zum Rundfunk hier
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
Output
: Der z-Tensor.
Konstruktoren und Destruktoren | |
---|---|
TruncateMod (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Öffentliche Attribute | |
---|---|
operation | |
z |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
z
::tensorflow::Output z
Öffentliche Funktionen
TruncateMod
TruncateMod( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const