tensorflow :: ops :: Mod
#include <math_ops.h>
Zwraca pozostałą część dzielenia według elementów.
streszczenie
To naśladuje w tym semantykę C.
wynik jest zgodny z dzieleniem przez obcięcie. Np. tf.truncatediv(x, y) * y + truncate_mod(x, y) = x
.
UWAGA : Mod
obsługuje nadawanie. Więcej o nadawaniu tutaj
Argumenty:
- zakres: obiekt Scope
Zwroty:
-
Output
: tensor z.
Konstruktorzy i niszczyciele | |
---|---|
Mod (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
Atrybuty publiczne | |
---|---|
operation | |
z |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atrybuty publiczne
operacja
Operation operation
z
::tensorflow::Output z
Funkcje publiczne
Mod
Mod( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
węzeł
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const