텐서플로우:: 작전:: 징후

#include <math_ops.h>

숫자의 부호에 대한 요소별 표시를 반환합니다.

요약

y = sign(x) = -1 if x < 0 ; x == 0 이면 0; x > 0 이면 1입니다.

복소수의 경우 y = sign(x) = x / |x| x != 0 이면, 그렇지 않으면 y = 0 .

인수:

보고:

생성자와 소멸자

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

공개 속성

operation
y

공공 기능

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

공개 속성

작업

Operation operation

와이

::tensorflow::Output y

공공 기능

징후

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

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const