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

#include <data_flow_ops.h>

รวบรวม องค์ประกอบเฉพาะจาก TensorArray เป็น value เอาต์พุต

สรุป

องค์ประกอบ ทั้งหมด ที่เลือกโดย indices จะต้องมีรูปร่างเหมือนกัน

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • หมายเลขอ้างอิง: หมายเลขอ้างอิงของ TensorArray
  • ดัชนี: ตำแหน่งใน TensorArray ที่จะอ่านองค์ประกอบเทนเซอร์
  • flow_in: สเกลาร์โฟลตที่บังคับใช้การผูกมัดการดำเนินการที่เหมาะสม
  • dtype: ประเภทขององค์ประกอบที่ส่งคืน

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

  • element_shape: รูปร่างที่คาดหวังขององค์ประกอบ หากทราบ ใช้เพื่อตรวจสอบรูปร่างขององค์ประกอบ TensorArray หากไม่ได้ระบุรูปร่างนี้อย่างสมบูรณ์ การรวบรวม TensorArrays ขนาดศูนย์ถือเป็นข้อผิดพลาด

ผลตอบแทน:

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

TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype)
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs)

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

operation
value

งานสาธารณะ

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

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

ElementShape (PartialTensorShape x)

โครงสร้าง

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

ตัวตั้งค่าแอตทริบิวต์เพิ่มเติมสำหรับ TensorArrayGather

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

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

Operation operation

ค่า

::tensorflow::Output value

งานสาธารณะ

TensorArrayรวบรวม

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype
)

TensorArrayรวบรวม

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype,
  const TensorArrayGather::Attrs & attrs
)

โหนด

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

องค์ประกอบรูปร่าง

Attrs ElementShape(
  PartialTensorShape x
)