tensorflow :: ops :: ComplexAbs
#include <math_ops.h>
텐서의 복소 절대 값을 계산합니다.
요약
복소수의 텐서 x
가 주어지면이 연산은 x
에있는 각 요소의 절대 값 인 float
또는 double
유형의 텐서를 반환합니다. x
모든 요소는 \(a + bj\) 형식의 복소수 여야합니다. 절대 값은 \( {a^2 + b^2}\)으로 계산됩니다.
인수 :
- 범위 : 범위 개체
보고:
-
Output
: y 텐서.
생성자와 소멸자 | |
---|---|
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | |
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const ComplexAbs::Attrs & attrs) |
공용 속성 | |
---|---|
operation | |
y |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 정적 함수 | |
---|---|
Tout (DataType x) |
구조체 | |
---|---|
tensorflow :: ops :: ComplexAbs :: Attrs | ComplexAbs에 대한 선택적 속성 설정자. |
공용 속성
조작
Operation operation
와이
::tensorflow::Output y
공공 기능
ComplexAbs
ComplexAbs( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ComplexAbs
ComplexAbs( const ::tensorflow::Scope & scope, ::tensorflow::Input x, const ComplexAbs::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자 :: tensorflow :: 입력
operator::tensorflow::Input() const
연산자 :: tensorflow :: 출력
operator::tensorflow::Output() const
공개 정적 함수
암표 장수
Attrs Tout( DataType x )