Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: Tensör Özeti

#include <logging_ops.h>

Tensörlü bir Summary protokol tamponu çıktılar.

Özet

Bu işlem, arayanların eklentiye özgü verileri içeren serileştirilmiş SummaryMetadata protokol dizesinin yanı sıra bir etiketi geçmesine izin veren TensorSummaryV2 lehine aşamalı olarak kaldırılıyor. Geriye dönük uyumluluğu korumak için bu operasyonu sürdüreceğiz.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • tensor: Serileştirilecek bir tensör.

İsteğe bağlı özellikler (bkz. Attrs ):

  • description: Bir json kodlu SummaryDescription protokolü.
  • etiketler: Kullanılmayan dizeler listesi.
  • display_name: Kullanılmayan bir dize.

İadeler:

Yapıcılar ve Yıkıcılar

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

Genel özellikler

operation
summary

Kamusal işlevler

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

Genel statik işlevler

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

Yapılar

tensorflow :: ops :: TensorSummary :: Attrs

TensorSummary için isteğe bağlı öznitelik belirleyiciler.

Genel özellikler

operasyon

Operation operation

özet

::tensorflow::Output summary

Kamusal işlevler

Tensör Özeti

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

Tensör Özeti

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

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const 

Genel statik işlevler

Açıklama

Attrs Description(
  StringPiece x
)

Ekran adı

Attrs DisplayName(
  StringPiece x
)

Etiketler

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