テンソルフロー::作戦::ログ
#include <math_ops.h>
x の自然対数を要素ごとに計算します。
まとめ
つまり、 \(y = x\)。
例:
x = tf.constant([0, 0.5, 1, 5]) tf.math.log(x) ==> [-inf, -0.6931472, 0. , 1.609438]
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: y テンソル。
コンストラクターとデストラクター | |
---|---|
Log (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
公共機能
ログ
Log( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const