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

#include <data_flow_ops.h>

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

สรุป

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

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • dtype: ประเภทของมูลค่าที่กำลังสะสม
  • รูปร่าง: รูปร่างของค่า

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

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

ผลตอบแทน:

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

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

SparseConditionalAccumulator (const :: tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape)
SparseConditionalAccumulator (const :: tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape, const SparseConditionalAccumulator::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 :: SparseConditionalAccumulator :: Attrs

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

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

รับมือ

::tensorflow::Output handle

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

Operation operation

งานสาธารณะ

สะสมแบบมีเงื่อนไขเบาบาง

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

สะสมแบบมีเงื่อนไขเบาบาง

 SparseConditionalAccumulator(
  const ::tensorflow::Scope & scope,
  DataType dtype,
  PartialTensorShape shape,
  const SparseConditionalAccumulator::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
)