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

#include <data_flow_ops.h>

คิวที่สร้างองค์ประกอบที่จัดเรียงตามค่าส่วนประกอบแรก

สรุป

โปรดทราบว่า PriorityQueue กำหนดให้องค์ประกอบแรกขององค์ประกอบใดๆ ต้องเป็น int64 แบบสเกลาร์ นอกเหนือจากองค์ประกอบอื่นๆ ที่ประกาศโดย component_types ดังนั้นการเรียก Enqueue และ EnqueueMany (resp. Dequeue และ DequeueMany) บน PriorityQueue ทั้งหมดจะต้องมี (resp. เอาต์พุต) หนึ่งรายการพิเศษในรายการอินพุต (resp. เอาต์พุต)

ข้อโต้แย้ง:

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

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

  • component_types: ประเภทของแต่ละองค์ประกอบในค่า
  • ความจุ: ขอบเขตบนของจำนวนองค์ประกอบในคิวนี้ ตัวเลขติดลบหมายถึงไม่มีขีดจำกัด
  • คอนเทนเนอร์: หากไม่ว่างเปล่า คิวนี้จะถูกวางไว้ในคอนเทนเนอร์ที่กำหนด มิฉะนั้น จะใช้คอนเทนเนอร์เริ่มต้น
  • shared_name: หากไม่ว่างเปล่า คิวนี้จะถูกแชร์ภายใต้ชื่อที่กำหนดในหลายเซสชัน

ผลตอบแทน:

  • Output : ตัวจัดการคิว

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

PriorityQueue (const :: tensorflow::Scope & scope, const gtl::ArraySlice< PartialTensorShape > & shapes)
PriorityQueue (const :: tensorflow::Scope & scope, const gtl::ArraySlice< PartialTensorShape > & shapes, const PriorityQueue::Attrs & attrs)

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

handle
operation

งานสาธารณะ

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

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

Capacity (int64 x)
ComponentTypes (const DataTypeSlice & x)
Container (StringPiece x)
SharedName (StringPiece x)

โครงสร้าง

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

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

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

รับมือ

::tensorflow::Output handle

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

Operation operation

งานสาธารณะ

PriorityQueue

 PriorityQueue(
  const ::tensorflow::Scope & scope,
  const gtl::ArraySlice< PartialTensorShape > & shapes
)

PriorityQueue

 PriorityQueue(
  const ::tensorflow::Scope & scope,
  const gtl::ArraySlice< PartialTensorShape > & shapes,
  const PriorityQueue::Attrs & attrs
)

โหนด

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

ความจุ

Attrs Capacity(
  int64 x
)

ประเภทส่วนประกอบ

Attrs ComponentTypes(
  const DataTypeSlice & x
)

คอนเทนเนอร์

Attrs Container(
  StringPiece x
)

ชื่อที่ใช้ร่วมกัน

Attrs SharedName(
  StringPiece x
)