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

tensorflow :: ops :: TensorSummary

#include <logging_ops.h>

텐서가있는 Summary 프로토콜 버퍼를 출력합니다.

요약

이 작업은 TensorSummaryV2 를 위해 단계적으로 폐지되어 호출자가 플러그인 별 데이터를 포함하는 직렬화 된 SummaryMetadata 프로토 문자열과 태그를 전달할 수 있습니다. 이전 버전과의 호환성을 유지하기 위해이 작업을 유지합니다.

인수 :

  • 범위 : 범위 개체
  • tensor : 직렬화 할 텐서입니다.

선택적 속성 ( Attrs 참조) :

  • 설명 : json으로 인코딩 된 SummaryDescription 프로토입니다.
  • labels : 사용되지 않은 문자열 목록입니다.
  • display_name : 사용되지 않은 문자열.

보고:

생성자와 소멸자

TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor)
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor, const TensorSummary::Attrs & attrs)

공용 속성

operation
summary

공공 기능

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

공개 정적 함수

Description (StringPiece x)
DisplayName (StringPiece x)
Labels (const gtl::ArraySlice< string > & x)

구조체

tensorflow :: ops :: TensorSummary :: Attrs

TensorSummary에 대한 선택적 속성 설정자입니다.

공용 속성

조작

Operation operation

요약

::tensorflow::Output summary

공공 기능

TensorSummary

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor
)

TensorSummary

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor,
  const TensorSummary::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

기술

Attrs Description(
  StringPiece x
)

이름 표시하기

Attrs DisplayName(
  StringPiece x
)

라벨

Attrs Labels(
  const gtl::ArraySlice< string > & x
)