เทนเซอร์โฟลว์:: ปฏิบัติการ:: ลินสเปซ
#include <math_ops.h>
สร้างค่าในช่วงเวลา
สรุป
ลำดับของค่าที่มีระยะห่างเท่ากัน num
จะถูกสร้างขึ้นโดยเริ่มต้นที่ start
หาก num > 1
ค่าในลำดับจะเพิ่มขึ้นตาม stop - start / num - 1
เพื่อให้ค่าสุดท้าย stop
พอดี
ตัวอย่างเช่น:
tf.linspace(10.0, 12.0, 3, name="linspace") => [ 10.0 11.0 12.0]
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- เริ่มต้น: เทนเซอร์ 0-D รายการแรกในช่วง
- หยุด: เทนเซอร์ 0-D รายการสุดท้ายในช่วง
- หมายเลข: 0-D เทนเซอร์ จำนวนค่าที่จะสร้าง
ผลตอบแทน:
-
Output
: 1-D ค่าที่สร้างขึ้น
ตัวสร้างและผู้ทำลาย | |
---|---|
LinSpace (const :: tensorflow::Scope & scope, :: tensorflow::Input start, :: tensorflow::Input stop, :: tensorflow::Input num) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
output |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
เอาท์พุท
::tensorflow::Output output
งานสาธารณะ
ลินสเปซ
LinSpace( const ::tensorflow::Scope & scope, ::tensorflow::Input start, ::tensorflow::Input stop, ::tensorflow::Input num )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const