텐서플로우:: 작전:: 스칼라요약

#include <logging_ops.h>

스칼라 값이 포함된 Summary 프로토콜 버퍼를 출력합니다.

요약

입력 tagsvalues 모양은 동일해야 합니다. 생성된 요약에는 tagsvalues 의 각 태그-값 쌍에 대한 요약 값이 있습니다.

인수:

  • 범위: 범위 개체
  • 태그: 요약용 태그입니다.
  • 값: `태그와 같은 모양입니다. 요약 값입니다.

보고:

  • Output : 스칼라. 직렬화된 Summary 프로토콜 버퍼.

생성자와 소멸자

ScalarSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tags, :: tensorflow::Input values)

공개 속성

operation
summary

공공 기능

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

공개 속성

작업

Operation operation

요약

::tensorflow::Output summary

공공 기능

스칼라요약

 ScalarSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tags,
  ::tensorflow::Input values
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const