텐서플로우:: 작전:: 인쇄
#include <logging_ops.h>텐서 목록을 인쇄합니다.
요약
 input 통해 output 으로 전달하고 평가할 때 data 인쇄합니다.
인수:
- 범위: 범위 개체
-  입력: output에 전달된 텐서
- data: op가 평가될 때 인쇄할 텐서 목록입니다.
 선택적 속성( Attrs 참조):
- message: 문자열, 오류 메시지의 접두사.
-  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) | |
| 구조체 | |
|---|---|
| 텐서플로우:: ops:: 인쇄:: 속성 | 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
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const
공개 정적 함수
퍼스트엔
Attrs FirstN( int64 x )
메시지
Attrs Message( StringPiece x )
요약
Attrs Summarize( int64 x )