เทนเซอร์โฟลว์:: ปฏิบัติการ:: QuantizedAvgPool
#include <nn_ops.h>สร้างพูลเฉลี่ยของเทนเซอร์อินพุตสำหรับประเภทเชิงปริมาณ
สรุป
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
-  อินพุต: 4-D ที่มีรูปร่าง [batch, height, width, channels]
- min_input: ค่าทศนิยมที่ค่าอินพุตเชิงปริมาณต่ำสุดเป็นตัวแทน
- max_input: ค่าทศนิยมที่ค่าอินพุตเชิงปริมาณสูงสุดเป็นตัวแทน
- ksize: ขนาดของหน้าต่างสำหรับแต่ละมิติของเทนเซอร์อินพุต ความยาวต้องเป็น 4 เพื่อให้ตรงกับจำนวนขนาดของอินพุต
- ความก้าวหน้า: ก้าวของหน้าต่างบานเลื่อนสำหรับแต่ละมิติของเทนเซอร์อินพุต ความยาวต้องเป็น 4 เพื่อให้ตรงกับจำนวนขนาดของอินพุต
- padding: ประเภทของอัลกอริธึมการเติมที่จะใช้
ผลตอบแทน:
-  Outputเอาท์พุต
-  Outputmin_output: ค่าทศนิยมที่ค่าเอาต์พุตเชิงปริมาณต่ำสุดเป็นตัวแทน
-  Outputmax_output: ค่าทศนิยมที่ค่าเอาต์พุตที่มีปริมาณสูงสุดแสดงถึง
| ตัวสร้างและผู้ทำลาย | |
|---|---|
| QuantizedAvgPool (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input min_input, :: tensorflow::Input max_input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) | 
| คุณลักษณะสาธารณะ | |
|---|---|
| max_output | |
| min_output | |
| operation | |
| output | |
คุณลักษณะสาธารณะ
max_output
::tensorflow::Output max_output
min_output
::tensorflow::Output min_output
การดำเนินการ
Operation operation
เอาท์พุท
::tensorflow::Output output
งานสาธารณะ
QuantizedAvgPool
QuantizedAvgPool( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input min_input, ::tensorflow::Input max_input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )