Zadbaj o dobrą organizację dzięki kolekcji Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.

tensorflow :: ops :: Wydrukować

#include <logging_ops.h>

Wyświetla listę tensorów.

streszczenie

Przekazuje input do danych output i drukuje data podczas oceny.

Argumenty:

  • zakres: obiekt Scope
  • wejście: tensor przekazany do output
  • dane: lista tensorów do wydrukowania podczas oceny op.

Atrybuty opcjonalne (patrz Attrs ):

  • komunikat: ciąg, prefiks komunikatu o błędzie.
  • first_n: rejestruj tylko first_n tyle razy. -1 wyłącza logowanie.
  • podsumuj: wypisz tylko tyle wpisów każdego tensora.

Zwroty:

  • Output : = niezmodyfikowany tensor input

Konstruktorzy i niszczyciele

Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data)
Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data, const Print::Attrs & attrs)

Atrybuty publiczne

operation
output

Funkcje publiczne

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

Publiczne funkcje statyczne

FirstN (int64 x)
Message (StringPiece x)
Summarize (int64 x)

Struktury

tensorflow :: ops :: Print :: Attrs

Opcjonalne metody ustawiające atrybuty dla drukowania .

Atrybuty publiczne

operacja

Operation operation

wynik

::tensorflow::Output output

Funkcje publiczne

Wydrukować

 Print(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::InputList data
)
 Print(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::InputList data,
  const Print::Attrs & attrs
)

węzeł

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Output

 operator::tensorflow::Output() const 

Publiczne funkcje statyczne

FirstN

Attrs FirstN(
  int64 x
)

Wiadomość

Attrs Message(
  StringPiece x
)

Podsumować

Attrs Summarize(
  int64 x
)