텐서플로우:: 작전:: PrintV2

#include <logging_ops.h>

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

요약

원하는 출력 스트림에 문자열 스칼라를 인쇄합니다.

인수:

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

선택적 속성( 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)

구조체

텐서플로우:: 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() const 

공개 정적 함수

Attrs End(
  StringPiece x
)

출력스트림

Attrs OutputStream(
  StringPiece x
)