Tensorflow :: ops :: MulNoNan
#include <math_ops.h>
Gibt elementweise x * y zurück.
Zusammenfassung
Gibt Null zurück, wenn y Null ist, auch wenn x unendlich oder NaN ist.
HINWEIS: MulNoNan
unterstützt Rundfunk. Mehr zum Rundfunk hier
Argumente:
- scope: Ein Scope- Objekt
Kehrt zurück:
-
Output
: Der z-Tensor.
Konstruktoren und Destruktoren | |
---|---|
MulNoNan (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
MulNoNan
MulNoNan( 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