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

tensorflow :: ops :: 인쇄

#include <logging_ops.h>

텐서 목록을 인쇄합니다.

요약

평가할 때 inputoutput 하고 data 인쇄 data .

인수 :

  • 범위 : 범위 개체
  • 입력 : output 전달 된 텐서
  • data : op가 평가 될 때 출력 할 텐서 목록.

선택적 속성 ( Attrs 참조) :

  • 메시지 : 문자열, 오류 메시지의 접두사.
  • first_n : first_n 횟수 만 기록합니다. -1은 로깅을 비활성화합니다.
  • 요약 : 각 텐서의이 많은 항목 만 인쇄하십시오.

보고:

  • Output : = 수정되지 않은 input 텐서

생성자와 소멸자

Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data)
Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data, const Print::Attrs & attrs)

공용 속성

operation
output

공공 기능

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

공개 정적 함수

FirstN (int64 x)
Message (StringPiece x)
Summarize (int64 x)

구조체

tensorflow :: ops :: Print :: Attrs

Print에 대한 선택적 속성 설정자.

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

인쇄

 Print(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::InputList data
)
 Print(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::InputList data,
  const Print::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

FirstN

Attrs FirstN(
  int64 x
)

메시지

Attrs Message(
  StringPiece x
)

요약하다

Attrs Summarize(
  int64 x
)