텐서플로우:: 작전:: 주장하다

#include <logging_ops.h>

주어진 조건이 참인지 확인합니다.

요약

condition false로 평가되면 data 에 텐서 목록을 인쇄합니다. summarize 인쇄할 텐서 항목 수를 결정합니다.

인수:

  • 범위: 범위 개체
  • 조건: 평가할 조건입니다.
  • data: 조건이 거짓일 때 출력할 텐서입니다.

선택적 속성( Attrs 참조):

보고:

생성자와 소멸자

Assert (const :: tensorflow::Scope & scope, :: tensorflow::Input condition, :: tensorflow::InputList data)
Assert (const :: tensorflow::Scope & scope, :: tensorflow::Input condition, :: tensorflow::InputList data, const Assert::Attrs & attrs)

공개 속성

operation

공공 기능

operator::tensorflow::Operation () const

공개 정적 함수

Summarize (int64 x)

구조체

텐서플로우:: ops:: 주장:: 속성

Assert 에 대한 선택적 속성 설정자입니다.

공개 속성

작업

Operation operation

공공 기능

주장하다

 Assert(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input condition,
  ::tensorflow::InputList data
)

주장하다

 Assert(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input condition,
  ::tensorflow::InputList data,
  const Assert::Attrs & attrs
)

연산자::텐서플로우::작업

 operator::tensorflow::Operation() const 

공개 정적 함수

요약하다

Attrs Summarize(
  int64 x
)