เทนเซอร์โฟลว์:: ปฏิบัติการ:: ตัวสะสมแบบมีเงื่อนไข

#include <data_flow_ops.h>

ตัวสะสมแบบมีเงื่อนไขสำหรับการรวมการไล่ระดับสี

สรุป

ตัวสะสมยอมรับการไล่ระดับสีที่มีเครื่องหมาย local_step มากกว่าหรือเท่ากับ global_step ล่าสุดที่ตัวสะสมรู้จัก สามารถดึงค่าเฉลี่ยออกจากตัวสะสมได้ หากสะสมการไล่ระดับสีเพียงพอแล้ว การแยกค่าเฉลี่ยจะรีเซ็ตผลรวมเป็น 0 โดยอัตโนมัติ และเพิ่ม global_step ที่บันทึกโดยตัวสะสม

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • dtype: ประเภทของมูลค่าที่กำลังสะสม
  • รูปร่าง: รูปร่างของค่าสามารถเป็น [] ได้ ในกรณีนี้จะไม่ทราบรูปร่าง

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

  • คอนเทนเนอร์: หากไม่ว่างเปล่า ตัวสะสมนี้จะถูกวางไว้ในคอนเทนเนอร์ที่กำหนด มิฉะนั้น จะใช้คอนเทนเนอร์เริ่มต้น
  • shared_name: หากไม่ว่างเปล่า ตัวสะสมนี้จะถูกแชร์ภายใต้ชื่อที่กำหนดในหลายเซสชัน

ผลตอบแทน:

  • Output : ที่จับกับตัวสะสม

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

ConditionalAccumulator (const :: tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape)
ConditionalAccumulator (const :: tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape, const ConditionalAccumulator::Attrs & attrs)

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

handle
operation

งานสาธารณะ

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

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

Container (StringPiece x)
ReductionType (StringPiece x)
SharedName (StringPiece x)

โครงสร้าง

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

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

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

รับมือ

::tensorflow::Output handle

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

Operation operation

งานสาธารณะ

ตัวสะสมแบบมีเงื่อนไข

 ConditionalAccumulator(
  const ::tensorflow::Scope & scope,
  DataType dtype,
  PartialTensorShape shape
)

ตัวสะสมแบบมีเงื่อนไข

 ConditionalAccumulator(
  const ::tensorflow::Scope & scope,
  DataType dtype,
  PartialTensorShape shape,
  const ConditionalAccumulator::Attrs & attrs
)

โหนด

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

คอนเทนเนอร์

Attrs Container(
  StringPiece x
)

ประเภทการลด

Attrs ReductionType(
  StringPiece x
)

ชื่อที่ใช้ร่วมกัน

Attrs SharedName(
  StringPiece x
)