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

#include <data_flow_ops.h>

กระจายข้อมูลจากค่าอินพุตไปยังองค์ประกอบ TensorArray ที่เฉพาะเจาะจง

สรุป

indices ต้องเป็นเวกเตอร์ ความยาวจะต้องตรงกับ value สลัวแรก

ข้อโต้แย้ง:

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

ผลตอบแทน:

  • Output : สเกลาร์โฟลตที่บังคับใช้การผูกมัดการดำเนินการที่เหมาะสม

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

TensorArrayScatter (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input value, :: tensorflow::Input flow_in)

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

flow_out
operation

งานสาธารณะ

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

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

ไหลออก

::tensorflow::Output flow_out

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

Operation operation

งานสาธารณะ

TensorArrayScatter

 TensorArrayScatter(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input value,
  ::tensorflow::Input flow_in
)

โหนด

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const