tensorflow :: ops :: Atan2
#include <math_ops.h>
引数の符号を尊重して、要素ごとにy/x
逆正接を計算します。
概要
これは、[x = r()]および[y = r()](r =(x ^ 2 + y ^ 2))となるような角度([-、])です。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:zテンソル。
コンストラクタとデストラクタ | |
---|---|
Atan2 (const :: tensorflow::Scope & scope, :: tensorflow::Input y, :: tensorflow::Input x) |
パブリック属性 | |
---|---|
operation | |
z |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
z
::tensorflow::Output z
公の行事
Atan2
Atan2( const ::tensorflow::Scope & scope, ::tensorflow::Input y, ::tensorflow::Input x )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const