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

#include <nn_ops.h>

คำนวณการไล่ระดับสีลำดับที่สองของฟังก์ชัน maxpooling

สรุป

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • อินพุต: อินพุตดั้งเดิม
  • ผู้สำเร็จการศึกษา: 4-D ด้วยรูปทรง [batch, height, width, channels] . การไล่ระดับสีใส่อินพุตของ max_pool
  • argmax: ดัชนีของค่าสูงสุดที่เลือกสำหรับแต่ละเอาต์พุตของ max_pool
  • ksize: ขนาดของหน้าต่างสำหรับแต่ละมิติของเทนเซอร์อินพุต
  • ความก้าวหน้า: ก้าวของหน้าต่างบานเลื่อนสำหรับแต่ละมิติของเทนเซอร์อินพุต
  • padding: ประเภทของอัลกอริธึมการเติมที่จะใช้

แอ็ตทริบิวต์ทางเลือก (ดู Attrs ):

  • include_batch_in_index: ว่าจะรวมมิติข้อมูลแบทช์ในดัชนีที่ราบเรียบของ argmax หรือไม่

ผลตอบแทน:

  • Output : การไล่ระดับสีของการไล่ระดับสีใส่อินพุตของ max_pool

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

MaxPoolGradGradWithArgmax (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input grad, :: tensorflow::Input argmax, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding)
MaxPoolGradGradWithArgmax (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input grad, :: tensorflow::Input argmax, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPoolGradGradWithArgmax::Attrs & attrs)

คุณลักษณะสาธารณะ

operation
output

งานสาธารณะ

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

ฟังก์ชันคงที่สาธารณะ

IncludeBatchInIndex (bool x)

โครงสร้าง

เทนเซอร์โฟลว์ :: ops :: MaxPoolGradGradWithArgmax :: Attrs

ตัวตั้งค่าแอตทริบิวต์ทางเลือกสำหรับ MaxPoolGradGradWithArgmax

คุณลักษณะสาธารณะ

การดำเนินการ

Operation operation

เอาท์พุท

::tensorflow::Output output

งานสาธารณะ

MaxPoolGradGradWithArgmax

 MaxPoolGradGradWithArgmax(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input grad,
  ::tensorflow::Input argmax,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

MaxPoolGradGradWithArgmax

 MaxPoolGradGradWithArgmax(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input grad,
  ::tensorflow::Input argmax,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const MaxPoolGradGradWithArgmax::Attrs & attrs
)

โหนด

::tensorflow::Node * node() const 

ตัวดำเนินการ::tensorflow::อินพุต

 operator::tensorflow::Input() const 

ตัวดำเนินการ::tensorflow::เอาต์พุต

 operator::tensorflow::Output() const 

ฟังก์ชันคงที่สาธารณะ

รวม BatchInIndex

Attrs IncludeBatchInIndex(
  bool x
)