tensorflow :: ops :: PrintV2

#include <logging_ops.h>

문자열 스칼라를 인쇄합니다.

요약

원하는 output_stream에 문자열 스칼라를 인쇄합니다.

인수 :

  • 범위 : 범위 개체
  • 입력 : 인쇄 할 문자열 스칼라.

선택적 속성 ( Attrs 참조) :

  • output_stream : 인쇄 할 출력 스트림 또는 로깅 수준을 지정하는 문자열입니다.

보고:

생성자와 소멸자

PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const PrintV2::Attrs & attrs)

공용 속성

operation

공공 기능

operator::tensorflow::Operation () const

공개 정적 함수

End (StringPiece x)
OutputStream (StringPiece x)

구조체

tensorflow :: ops :: PrintV2 :: 속성

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

공용 속성

조작

Operation operation

공공 기능

PrintV2

 PrintV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

PrintV2

 PrintV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const PrintV2::Attrs & attrs
)

operator :: tensorflow :: Operation

 operator::tensorflow::Operation() const 

공개 정적 함수

종료

Attrs End(
  StringPiece x
)

OutputStream

Attrs OutputStream(
  StringPiece x
)