เทนเซอร์โฟลว์:: ปฏิบัติการ:: QuantizedRelu
#include <nn_ops.h>
คำนวณเชิงเส้นเรียงกระแสเชิงปริมาณ: max(features, 0)
สรุป
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- min_features: ค่าทศนิยมที่ค่าเชิงปริมาณต่ำสุดเป็นตัวแทน
- max_features: ค่าทศนิยมที่ค่าเชิงปริมาณสูงสุดเป็นตัวแทน
ผลตอบแทน:
- การเปิดใช้งาน
Output
: มีรูปร่างเอาต์พุตเหมือนกับ "คุณสมบัติ" - min_activations
Output
: ค่าทศนิยมที่ค่าควอนตัมต่ำสุดเป็นตัวแทน -
Output
max_activations: ค่าทศนิยมที่ค่าเชิงปริมาณสูงสุดเป็นตัวแทน
ตัวสร้างและผู้ทำลาย | |
---|---|
QuantizedRelu (const :: tensorflow::Scope & scope, :: tensorflow::Input features, :: tensorflow::Input min_features, :: tensorflow::Input max_features) | |
QuantizedRelu (const :: tensorflow::Scope & scope, :: tensorflow::Input features, :: tensorflow::Input min_features, :: tensorflow::Input max_features, const QuantizedRelu::Attrs & attrs) |
คุณลักษณะสาธารณะ | |
---|---|
activations | |
max_activations | |
min_activations | |
operation |
ฟังก์ชันคงที่สาธารณะ | |
---|---|
OutType (DataType x) |
โครงสร้าง | |
---|---|
เทนเซอร์โฟลว์ :: ops :: QuantizedRelu :: Attrs | ตัวตั้งค่าคุณลักษณะเสริมสำหรับ QuantizedRelu |
คุณลักษณะสาธารณะ
การเปิดใช้งาน
::tensorflow::Output activations
max_activations
::tensorflow::Output max_activations
min_activations
::tensorflow::Output min_activations
การดำเนินการ
Operation operation
งานสาธารณะ
QuantizedRelu
QuantizedRelu( const ::tensorflow::Scope & scope, ::tensorflow::Input features, ::tensorflow::Input min_features, ::tensorflow::Input max_features )
QuantizedRelu
QuantizedRelu( const ::tensorflow::Scope & scope, ::tensorflow::Input features, ::tensorflow::Input min_features, ::tensorflow::Input max_features, const QuantizedRelu::Attrs & attrs )
ฟังก์ชันคงที่สาธารณะ
ประเภทออก
Attrs OutType( DataType x )