テンソルフロー::作戦::捕虜

#include <math_ops.h>

ある値の別の値に対する累乗を計算します。

まとめ

テンソルxとテンソルyを指定すると、この演算はxyの対応する要素の \(x^y\) を計算します。例えば:

# tensor 'x' is [[2, 2]], [3, 3]]
# tensor 'y' is [[8, 16], [2, 3]]
tf.pow(x, y) ==> [[256, 65536], [9, 27]]

引数:

戻り値:

コンストラクターとデストラクター

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