텐서플로우:: 작전:: 숫자 확인

#include <array_ops.h>

NaN 및 Inf 값에 대한 텐서를 확인합니다.

요약

실행 시 tensor 숫자(NaN) 또는 무한대(Inf)가 아닌 값이 있는 경우 InvalidArgument 오류를 보고합니다. 그렇지 않으면 tensor 있는 그대로 전달합니다.

인수:

  • 범위: 범위 개체
  • message: 오류 메시지의 접두사입니다.

보고:

생성자와 소멸자

CheckNumerics (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor, StringPiece message)

공개 속성

operation
output

공공 기능

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

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

숫자 확인

 CheckNumerics(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor,
  StringPiece message
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const