テンソルフロー::作戦::腹筋

#include <math_ops.h>

テンソルの絶対値を計算します。

まとめ

テンソルxを指定すると、この演算はxの各要素の絶対値を含むテンソルを返します。たとえば、x が入力要素、y が出力要素の場合、この操作は \(y = |x|\)を計算します。

引数:

戻り値:

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

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

公共機能

腹筋

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

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const