Restez organisé à l'aide des collections Enregistrez et classez les contenus selon vos préférences.

tensorflow :: opérations :: PrintV2

#include <logging_ops.h>

Imprime une chaîne scalaire.

Résumé

Imprime une chaîne scalaire sur le flux de sortie souhaité.

Arguments:

  • scope: un objet Scope
  • input: La chaîne scalaire à imprimer.

Attributs facultatifs (voir Attrs ):

  • output_stream: une chaîne spécifiant le flux de sortie ou le niveau de journalisation vers lequel imprimer.

Retour:

Constructeurs et destructeurs

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

Attributs publics

operation

Fonctions publiques

operator::tensorflow::Operation () const

Fonctions statiques publiques

End (StringPiece x)
OutputStream (StringPiece x)

Structs

tensorflow :: ops :: PrintV2 :: Attrs

Définisseurs d' attributs facultatifs pour PrintV2 .

Attributs publics

opération

Operation operation

Fonctions publiques

PrintV2

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

PrintV2

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

operator :: tensorflow :: Operation

 operator::tensorflow::Operation() const 

Fonctions statiques publiques

Finir

Attrs End(
  StringPiece x
)

OutputStream

Attrs OutputStream(
  StringPiece x
)