เทนเซอร์โฟลว์:: ปฏิบัติการ:: RaggedBincount
#include <math_ops.h>
นับจำนวนครั้งของแต่ละค่าในอาร์เรย์จำนวนเต็ม
สรุป
ส่งออกเวกเตอร์ที่มี size
ความยาวและประเภท dtype เดียวกันกับ weights
หาก weights
ว่างเปล่า ดัชนี i
จะเก็บจำนวนครั้งที่นับค่า i
ใน arr
หาก weights
ไม่ว่างเปล่า ดัชนี i
จะจัดเก็บผลรวมของค่าใน weights
ไว้ที่แต่ละดัชนี โดยที่ค่าที่สอดคล้องกันใน arr
คือ i
ค่าที่ arr
นอกช่วง [0, ขนาด) จะถูกละเว้น
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- แยก: 1D int64
Tensor
- ค่า: 2D int
Tensor
- ขนาด:
Tensor
เกลาร์ int ไม่เป็นลบ - น้ำหนัก: คือ int32, int64, float32 หรือ float64
Tensor
ที่มีรูปร่างเหมือนกับinput
หรือ length-0Tensor
ซึ่งในกรณีนี้จะทำหน้าที่เป็นน้ำหนักทั้งหมดเท่ากับ 1
แอ็ตทริบิวต์ทางเลือก (ดู Attrs
):
- binary_output: บูล; ไม่ว่าเคอร์เนลควรนับลักษณะที่ปรากฏหรือจำนวนครั้งที่เกิดขึ้น
ผลตอบแทน:
-
Output
: 1DTensor
ที่มีความยาวเท่ากับsize
หรือ 2DTensor
ที่มี [batch_size,size
] จำนวนหรือน้ำหนักรวมของแต่ละค่าในช่วง [0, ขนาด)
ตัวสร้างและผู้ทำลาย | |
---|---|
RaggedBincount (const :: tensorflow::Scope & scope, :: tensorflow::Input splits, :: tensorflow::Input values, :: tensorflow::Input size, :: tensorflow::Input weights) | |
RaggedBincount (const :: tensorflow::Scope & scope, :: tensorflow::Input splits, :: tensorflow::Input values, :: tensorflow::Input size, :: tensorflow::Input weights, const RaggedBincount::Attrs & attrs) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
output |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
ฟังก์ชันคงที่สาธารณะ | |
---|---|
BinaryOutput (bool x) |
โครงสร้าง | |
---|---|
เทนเซอร์โฟลว์ :: ops :: RaggedBincount :: Attrs | ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ RaggedBincount |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
เอาท์พุท
::tensorflow::Output output
งานสาธารณะ
RaggedBincount
RaggedBincount( const ::tensorflow::Scope & scope, ::tensorflow::Input splits, ::tensorflow::Input values, ::tensorflow::Input size, ::tensorflow::Input weights )
RaggedBincount
RaggedBincount( const ::tensorflow::Scope & scope, ::tensorflow::Input splits, ::tensorflow::Input values, ::tensorflow::Input size, ::tensorflow::Input weights, const RaggedBincount::Attrs & attrs )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const
ฟังก์ชันคงที่สาธารณะ
BinaryOutput
Attrs BinaryOutput( bool x )