เทนเซอร์โฟลว์:: ปฏิบัติการ:: พิมพ์

#include <logging_ops.h>

พิมพ์รายการเทนเซอร์

สรุป

ส่งผ่าน input ไปยัง output และพิมพ์ data เมื่อประเมิน

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • อินพุต: เทนเซอร์ส่งผ่านไปยัง output
  • data: รายการเทนเซอร์ที่จะพิมพ์ออกมาเมื่อมีการประเมิน op

แอ็ตทริบิวต์ทางเลือก (ดู Attrs ):

  • ข้อความ: สตริง คำนำหน้าของข้อความแสดงข้อผิดพลาด
  • first_n: บันทึกจำนวน first_n เท่านั้น -1 ปิดใช้งานการบันทึก
  • สรุป: พิมพ์เฉพาะรายการจำนวนมากนี้ของแต่ละเทนเซอร์

ผลตอบแทน:

  • Output : = เทนเซอร์ input ที่ยังไม่ได้แก้ไข

ตัวสร้างและผู้ทำลาย

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)

คุณลักษณะสาธารณะ

operation
output

งานสาธารณะ

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

ฟังก์ชันคงที่สาธารณะ

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

โครงสร้าง

เทนเซอร์โฟลว์ :: ops :: พิมพ์ :: Attrs

ตัวตั้งค่าคุณลักษณะเพิ่มเติมสำหรับ Print

คุณลักษณะสาธารณะ

การดำเนินการ

Operation operation

เอาท์พุท

::tensorflow::Output output

งานสาธารณะ

พิมพ์

 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
)

โหนด

::tensorflow::Node * node() const 

ตัวดำเนินการ::tensorflow::อินพุต

 operator::tensorflow::Input() const 

ตัวดำเนินการ::tensorflow::เอาต์พุต

 operator::tensorflow::Output() const 

ฟังก์ชันคงที่สาธารณะ

เฟิร์สN

Attrs FirstN(
  int64 x
)

ข้อความ

Attrs Message(
  StringPiece x
)

สรุป

Attrs Summarize(
  int64 x
)