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

#include <nn_ops.h>

เพิ่ม bias ต่อ value

สรุป

นี่เป็นกรณีพิเศษของ tf.add โดยที่ bias ถูกจำกัดไว้ที่ 1-D รองรับการออกอากาศ ดังนั้น value อาจมีหลายมิติเท่าใดก็ได้

ข้อโต้แย้ง:

แอ็ตทริบิวต์ทางเลือก (ดู Attrs ):

  • data_format: ระบุรูปแบบข้อมูลของข้อมูลอินพุตและเอาต์พุต ด้วยรูปแบบเริ่มต้น "NHWC" อคติเทนเซอร์จะถูกเพิ่มเข้าไปในมิติสุดท้ายของเทนเซอร์ค่า หรืออีกทางหนึ่ง รูปแบบอาจเป็น "NCHW" ซึ่งเป็นลำดับการจัดเก็บข้อมูลเป็น: [batch, in_channels, in_height, in_width] เทนเซอร์จะถูกเพิ่มใน "in_channels" ซึ่งเป็นมิติที่สามจากมิติสุดท้าย

ผลตอบแทน:

  • Output : ผลรวมของ value และ bias ที่ออกอากาศ

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

BiasAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input value, :: tensorflow::Input bias)
BiasAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input value, :: tensorflow::Input bias, const BiasAdd::Attrs & attrs)

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

operation
output

งานสาธารณะ

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

ฟังก์ชันคงที่สาธารณะ

DataFormat (StringPiece x)

โครงสร้าง

เทนเซอร์โฟลว์ :: ops :: BiasAdd :: Attrs

ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ BiasAdd

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

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

Operation operation

เอาท์พุท

::tensorflow::Output output

งานสาธารณะ

อคติเพิ่ม

 BiasAdd(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input value,
  ::tensorflow::Input bias
)

อคติเพิ่ม

 BiasAdd(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input value,
  ::tensorflow::Input bias,
  const BiasAdd::Attrs & attrs
)

โหนด

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

ฟังก์ชันคงที่สาธารณะ

รูปแบบข้อมูล

Attrs DataFormat(
  StringPiece x
)