tensoreflusso:: ops:: StampaV2

#include <logging_ops.h>

Stampa una stringa scalare.

Riepilogo

Stampa una stringa scalare sull'output_stream desiderato.

Argomenti:

  • scope: un oggetto Scope
  • input: la stringa scalare da stampare.

Attributi facoltativi (vedi Attrs ):

  • output_stream: una stringa che specifica il flusso di output o il livello di registrazione su cui stampare.

Ritorna:

Costruttori e distruttori

PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const PrintV2::Attrs & attrs)

Attributi pubblici

operation

Funzioni pubbliche

operator::tensorflow::Operation () const

Funzioni pubbliche statiche

End (StringPiece x)
OutputStream (StringPiece x)

Strutture

tensorflow:: ops:: PrintV2:: Attrs

Setter di attributi opzionali per PrintV2 .

Attributi pubblici

operazione

Operation operation

Funzioni pubbliche

StampaV2

 PrintV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

StampaV2

 PrintV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const PrintV2::Attrs & attrs
)

operator::tensorflow::Operazione

 operator::tensorflow::Operation() const 

Funzioni pubbliche statiche

FINE

Attrs End(
  StringPiece x
)

OutputStream

Attrs OutputStream(
  StringPiece x
)