텐서플로우:: 작전:: 콘지
#include <math_ops.h>
복소수의 켤레 복소수를 반환합니다.
요약
복소수의 텐서 input
있는 경우 이 연산은 input
의 각 요소의 켤레 복소수인 복소수의 텐서를 반환합니다. input
의 복소수는 다음 형식이어야 합니다. \(a + bj\), 여기서 a 는 실수부이고 b 는 허수부입니다.
이 연산으로 반환된 켤레 복소수는 다음과 같은 형식입니다. \(a - bj\).
예를 들어:
# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j] tf.conj(input) ==> [-2.25 - 4.75j, 3.25 - 5.75j]
인수:
- 범위: 범위 개체
보고:
-
Output
: 출력 텐서.
생성자와 소멸자 | |
---|---|
Conj (const :: tensorflow::Scope & scope, :: tensorflow::Input input) |
공개 속성 | |
---|---|
operation | |
output |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 속성
작업
Operation operation
산출
::tensorflow::Output output
공공 기능
콘지
Conj( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const