เทนเซอร์โฟลว์:: ปฏิบัติการ:: QuantizedMaxPool

#include <nn_ops.h>

สร้างพูลสูงสุดของเทนเซอร์อินพุตสำหรับประเภทเชิงปริมาณ

สรุป

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • อินพุต: 4D (ชุด x แถว x คอลัมน์ x ความลึก) เทนเซอร์ ถึง MaxReduce เหนือ
  • min_input: ค่าทศนิยมที่ค่าอินพุตเชิงปริมาณต่ำสุดเป็นตัวแทน
  • max_input: ค่าทศนิยมที่ค่าอินพุตเชิงปริมาณสูงสุดเป็นตัวแทน
  • ksize: ขนาดของหน้าต่างสำหรับแต่ละมิติของเทนเซอร์อินพุต ความยาวต้องเป็น 4 เพื่อให้ตรงกับจำนวนขนาดของอินพุต
  • ความก้าวหน้า: ก้าวของหน้าต่างบานเลื่อนสำหรับแต่ละมิติของเทนเซอร์อินพุต ความยาวต้องเป็น 4 เพื่อให้ตรงกับจำนวนขนาดของอินพุต
  • padding: ประเภทของอัลกอริธึมการเติมที่จะใช้

ผลตอบแทน:

  • Output เอาท์พุต
  • Output min_output: ค่าทศนิยมที่ค่าเอาต์พุตเชิงปริมาณต่ำสุดเป็นตัวแทน
  • Output max_output: ค่าทศนิยมที่ค่าเอาต์พุตที่มีปริมาณสูงสุดแสดงถึง

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

QuantizedMaxPool (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

งานสาธารณะ

QuantizedMaxPool

 QuantizedMaxPool(
  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
)