เทนเซอร์โฟลว์:: ปฏิบัติการ:: InplaceSub
#include <array_ops.h>
ลบ v
ลงในแถวที่ระบุของ x
สรุป
คำนวณ y = x; y[i, :] -= v; ส่งคืน
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- x:
Tensor
ประเภท T - ฉัน: เวกเตอร์ ดัชนีอยู่ในมิติซ้ายสุดของ
x
- v:
Tensor
ประเภท T ขนาดมิติเดียวกันกับ x ยกเว้นมิติแรกซึ่งจะต้องเท่ากับขนาดของ i
ผลตอบแทน:
ตัวสร้างและผู้ทำลาย | |
---|---|
InplaceSub (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input i, :: tensorflow::Input v) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
y |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
ย
::tensorflow::Output y
งานสาธารณะ
InplaceSub
InplaceSub( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input i, ::tensorflow::Input v )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const