tensorflow :: ops ::平方
#include <math_ops.h>
xの二乗を要素ごとに計算します。
概要
つまり、\(y = x * x = x^2\)です。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:yテンソル。
コンストラクタとデストラクタ | |
---|---|
Square (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
パブリック属性 | |
---|---|
operation | |
y |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
y
::tensorflow::Output y
公の行事
平方
Square( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const