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

tensorflow :: ops :: 주장

#include <logging_ops.h>

주어진 조건이 참임을 주장합니다.

요약

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

인수 :

  • 범위 : 범위 개체
  • condition : 평가할 조건입니다.
  • 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)

구조체

tensorflow :: ops :: Assert :: Attrs

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

 operator::tensorflow::Operation() const 

공개 정적 함수

요약하다

Attrs Summarize(
  int64 x
)