tensorflow :: opérations :: Carré
#include <math_ops.h>
Calcule le carré de x par élément.
Résumé
Ie, \(y = x * x = x^2\).
Arguments:
- scope: un objet Scope
Retour:
-
Output
: le tenseur y.
Constructeurs et destructeurs | |
---|---|
Square (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Attributs publics | |
---|---|
operation | |
y |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
opération
Operation operation
y
::tensorflow::Output y
Fonctions publiques
Carré
Square( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const