เทนเซอร์โฟลว์:: ปฏิบัติการ:: LogSoftmax
#include <nn_ops.h>
คำนวณการเปิดใช้งานบันทึก softmax
สรุป
สำหรับแต่ละชุด i
และคลาส j
ที่เรามี
logsoftmax[i, j] = logits[i, j] - log(sum(exp(logits[i])))
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- logits: 2-D ที่มีรูปร่าง
[batch_size, num_classes]
ผลตอบแทน:
-
Output
: รูปร่างเดียวกับlogits
ตัวสร้างและผู้ทำลาย | |
---|---|
LogSoftmax (const :: tensorflow::Scope & scope, :: tensorflow::Input logits) |
คุณลักษณะสาธารณะ | |
---|---|
logsoftmax | |
operation |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
คุณลักษณะสาธารณะ
ล็อกซอฟท์แม็กซ์
::tensorflow::Output logsoftmax
การดำเนินการ
Operation operation
งานสาธารณะ
LogSoftmax
LogSoftmax( const ::tensorflow::Scope & scope, ::tensorflow::Input logits )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const