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

#include <data_flow_ops.h>

แยกคิวทูเพิลของเทนเซอร์ตั้งแต่หนึ่งตัวขึ้นไปออกจากคิวที่กำหนด

สรุป

การดำเนินการนี้มีเอาต์พุต k โดยที่ k คือจำนวนส่วนประกอบในทูเพิลที่จัดเก็บไว้ในคิวที่กำหนด และเอาต์พุต i คือองค์ประกอบที่ i ของทูเพิลที่แยกออกจากคิว

หมายเหตุ หากคิวว่างเปล่า การดำเนินการนี้จะบล็อกจนกว่าองค์ประกอบจะถูกถอนคิว (หรือ 'timeout_ms' ผ่านไป หากระบุไว้)

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • หมายเลขอ้างอิง: หมายเลขอ้างอิงของคิว
  • component_types: ประเภทของแต่ละองค์ประกอบในทูเพิล

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

  • timeout_ms: หากคิวว่างเปล่า การดำเนินการนี้จะบล็อกนานถึง timeout_ms มิลลิวินาที หมายเหตุ: ยังไม่รองรับตัวเลือกนี้

ผลตอบแทน:

  • OutputList : เทนเซอร์อย่างน้อยหนึ่งตัวที่ถูกแยกออกจากคิวเป็นสิ่งทูเพิล

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

QueueDequeue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const DataTypeSlice & component_types)
QueueDequeue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, const DataTypeSlice & component_types, const QueueDequeue::Attrs & attrs)

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

components
operation

งานสาธารณะ

operator[] (size_t index) const

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

TimeoutMs (int64 x)

โครงสร้าง

เทนเซอร์โฟลว์ :: ops :: QueueDequeue :: Attrs

ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ QueueDequeue

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

ส่วนประกอบ

::tensorflow::OutputList components

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

Operation operation

งานสาธารณะ

QueueDequeue

 QueueDequeue(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  const DataTypeSlice & component_types
)

QueueDequeue

 QueueDequeue(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  const DataTypeSlice & component_types,
  const QueueDequeue::Attrs & attrs
)

โอเปอเรเตอร์[]

::tensorflow::Output operator[](
  size_t index
) const 

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

หมดเวลาMs

Attrs TimeoutMs(
  int64 x
)