Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: 각도

#include <math_ops.h>

복소수의 인수를 반환합니다.

요약

복소수의 텐서 input 이 주어지면이 연산은 input 의 각 요소의 인수 인 float 유형의 텐서를 반환합니다. input 모든 요소는 \(a + bj\) 형식의 복소수 여야합니다. 여기서 a 는 실수 부분이고 b 는 허수 부분입니다.

이 작업에서 반환되는 인수는 \(atan2(b, a)\) 형식입니다.

예를 들면 :

# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j]
tf.angle(input) ==> [2.0132, 1.056]

(numpy) np.angle과 같습니다.

인수 :

보고:

생성자와 소멸자

Angle (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
Angle (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const Angle::Attrs & attrs)

공용 속성

operation
output

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공개 정적 함수

Tout (DataType x)

구조체

tensorflow :: ops :: Angle :: Attrs

Angle에 대한 선택적 속성 설정자.

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

각도

 Angle(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

각도

 Angle(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const Angle::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

암표 장수

Attrs Tout(
  DataType x
)