텐서플로우:: 작전:: 텐서요약

#include <logging_ops.h>

텐서와 함께 Summary 프로토콜 버퍼를 출력합니다.

요약

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

인수:

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

선택적 속성( Attrs 참조):

  • 설명: json으로 인코딩된 SummaryDescription proto입니다.
  • 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<::tensorflow::tstring > & x)

구조체

tensorflow:: ops:: TensorSummary:: 속성

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

공개 속성

작업

Operation operation

요약

::tensorflow::Output summary

공공 기능

텐서요약

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

텐서요약

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

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const 

공개 정적 함수

설명

Attrs Description(
  StringPiece x
)

이름 표시하기

Attrs DisplayName(
  StringPiece x
)

라벨

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