tensoreflusso:: ops:: TensorSummaryV2

#include <logging_ops.h>

Restituisce un buffer del protocollo Summary con un tensore e dati per plug-in.

Riepilogo

Argomenti:

  • scope: un oggetto Scope
  • tag: una stringa allegata a questo riepilogo. Utilizzato per l'organizzazione in TensorBoard.
  • tensore: un tensore da serializzare.
  • serialized_summary_metadata: un protocollo SummaryMetadata serializzato. Contiene i dati del plug-in.

Ritorna:

  • Output : il tensore riassuntivo.

Costruttori e distruttori

TensorSummaryV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, :: tensorflow::Input serialized_summary_metadata)

Attributi pubblici

operation
summary

Funzioni pubbliche

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

Attributi pubblici

operazione

Operation operation

riepilogo

::tensorflow::Output summary

Funzioni pubbliche

TensorSummaryV2

 TensorSummaryV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor,
  ::tensorflow::Input serialized_summary_metadata
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const