เทนเซอร์โฟลว์:: ปฏิบัติการ:: ตัวยึดตำแหน่ง
#include <array_ops.h>
ตัวยึดตำแหน่งใช้สำหรับค่าที่จะป้อนเข้าสู่การคำนวณ
สรุป
หมายเหตุ การดำเนินการนี้จะล้มเหลวโดยมีข้อผิดพลาดหากมีการดำเนินการ มีจุดมุ่งหมายเพื่อเป็นการแสดงค่าที่จะถูกป้อนเสมอ และเพื่อจัดเตรียม attrs ที่ทำให้สามารถตรวจสอบค่าที่ป้อนขณะรันไทม์ได้
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- dtype: ประเภทขององค์ประกอบในเมตริกซ์
แอ็ตทริบิวต์ทางเลือก (ดู Attrs
):
- รูปร่าง: (ไม่บังคับ) รูปร่างของเทนเซอร์ หากรูปร่างมี 0 มิติ แสดงว่ารูปร่างนั้นไม่มีข้อจำกัด
ผลตอบแทน:
-
Output
: เทนเซอร์ตัวยึดตำแหน่งที่ต้องเปลี่ยนโดยใช้กลไกการป้อน
ตัวสร้างและผู้ทำลาย | |
---|---|
Placeholder (const :: tensorflow::Scope & scope, DataType dtype) | |
Placeholder (const :: tensorflow::Scope & scope, DataType dtype, const Placeholder::Attrs & attrs) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
output |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
ฟังก์ชันคงที่สาธารณะ | |
---|---|
Shape (PartialTensorShape x) |
โครงสร้าง | |
---|---|
เทนเซอร์โฟลว์ :: ops :: ตัวยึดตำแหน่ง :: Attrs | ตัวตั้งค่าแอตทริบิวต์เพิ่มเติมสำหรับ Placeholder |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
เอาท์พุท
::tensorflow::Output output
งานสาธารณะ
ตัวยึดตำแหน่ง
Placeholder( const ::tensorflow::Scope & scope, DataType dtype )
ตัวยึดตำแหน่ง
Placeholder( const ::tensorflow::Scope & scope, DataType dtype, const Placeholder::Attrs & attrs )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const
ฟังก์ชันคงที่สาธารณะ
รูปร่าง
Attrs Shape( PartialTensorShape x )