เทนเซอร์โฟลว์:: ปฏิบัติการ:: อคติเพิ่มGrad
#include <nn_ops.h>
การดำเนินการย้อนกลับสำหรับ "BiasAdd" บนเทนเซอร์ "bias"
สรุป
โดยจะสะสมค่าทั้งหมดจาก out_backprop ลงในมิติข้อมูลคุณลักษณะ สำหรับรูปแบบข้อมูล NHWC มิติคุณลักษณะจะเป็นมิติสุดท้าย สำหรับรูปแบบข้อมูล NCHW มิติข้อมูลคุณลักษณะจะเป็นมิติที่สามไปสุดท้าย
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- out_backprop: จำนวนมิติข้อมูล เท่าใดก็ได้
แอ็ตทริบิวต์ทางเลือก (ดู Attrs
):
- data_format: ระบุรูปแบบข้อมูลของข้อมูลอินพุตและเอาต์พุต ด้วยรูปแบบเริ่มต้น "NHWC" อคติเทนเซอร์จะถูกเพิ่มเข้าไปในมิติสุดท้ายของเทนเซอร์ค่า หรืออีกทางหนึ่ง รูปแบบอาจเป็น "NCHW" ซึ่งเป็นลำดับการจัดเก็บข้อมูลเป็น: [batch, in_channels, in_height, in_width] เทนเซอร์จะถูกเพิ่มใน "in_channels" ซึ่งเป็นมิติที่สามจากมิติสุดท้าย
ผลตอบแทน:
-
Output
: 1-D ที่มีขนาดมิติคุณลักษณะของout_backprop
ตัวสร้างและผู้ทำลาย | |
---|---|
BiasAddGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input out_backprop) | |
BiasAddGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input out_backprop, const BiasAddGrad::Attrs & attrs) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
output |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
ฟังก์ชันคงที่สาธารณะ | |
---|---|
DataFormat (StringPiece x) |
โครงสร้าง | |
---|---|
เทนเซอร์โฟลว์ :: ops :: BiasAddGrad :: Attrs | ตัวตั้งค่าแอตทริบิวต์เพิ่มเติมสำหรับ BiasAddGrad |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
เอาท์พุท
::tensorflow::Output output
งานสาธารณะ
อคติเพิ่มGrad
BiasAddGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input out_backprop )
อคติเพิ่มGrad
BiasAddGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input out_backprop, const BiasAddGrad::Attrs & attrs )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const
ฟังก์ชันคงที่สาธารณะ
รูปแบบข้อมูล
Attrs DataFormat( StringPiece x )