tensorflow :: ops :: Yazdır
#include <logging_ops.h>
Tensörlerin bir listesini yazdırır.
Özet
input
output
geçirir ve değerlendirirken data
yazdırır.
Argümanlar:
- kapsam: Bir Scope nesnesi
- girdi:
output
geçen tensör - data: İşlem değerlendirildiğinde yazdırılacak tensörlerin listesi.
İsteğe bağlı özellikler (bkz. Attrs
):
- message: Bir dizi, hata mesajının öneki.
- first_n: Yalnızca
first_n
sayısını günlüğefirst_n
. -1, günlüğe kaydetmeyi devre dışı bırakır. - özetle: Her tensörün yalnızca bu kadar girişini yazdırın.
İadeler:
-
Output
: = Değiştirilmemişinput
tensörü
Yapıcılar ve Yıkıcılar | |
---|---|
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) |
Genel özellikler | |
---|---|
operation | |
output |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
FirstN (int64 x) | |
Message (StringPiece x) | |
Summarize (int64 x) |
Yapılar | |
---|---|
tensorflow :: ops :: Print :: Attrs | Baskı için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
Yazdır
Print( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::InputList data )
Yazdır
Print( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::InputList data, const Print::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
İlkN
Attrs FirstN( int64 x )
İleti
Attrs Message( StringPiece x )
Özetle
Attrs Summarize( int64 x )