テンソルフロー::作戦::ラガンマ

#include <math_ops.h>

Gamma(x)の絶対値の対数を要素ごとに計算します。

まとめ

正の数の場合、この関数はテンソル内のすべての要素に対して log((input - 1)!) を計算します。 lgamma(5) = log((5-1)!) = log(4!) = log(24) = 3.1780539

例:

x = tf.constant([0, 0.5, 1, 4.5, -4, -5.6])
tf.math.lgamma(x) ==> [inf, 0.5723649, 0., 2.4537368, inf, -4.6477685]

引数:

戻り値:

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

Lgamma (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

公共機能

ラガンマ

 Lgamma(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const