テンソルフロー::作戦::捕虜
#include <math_ops.h>
ある値の別の値に対する累乗を計算します。
まとめ
テンソルx
とテンソルy
を指定すると、この演算は次のように計算します。 \(x^y\) x
とy
の対応する要素。例えば:
# tensor 'x' is [[2, 2]], [3, 3]] # tensor 'y' is [[8, 16], [2, 3]] tf.pow(x, y) ==> [[256, 65536], [9, 27]]
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: z テンソル。
コンストラクターとデストラクター | |
---|---|
Pow (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
パブリック属性 | |
---|---|
operation | |
z |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
手術
Operation operation
z
::tensorflow::Output z
公共機能
捕虜
Pow( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const