텐서플로우:: 작전:: MaxPoolGradGradWithArgmax

#include <nn_ops.h>

maxpooling 함수의 2차 기울기를 계산합니다.

요약

인수:

  • 범위: 범위 개체
  • 입력: 원래 입력입니다.
  • grad: [batch, height, width, channels] 모양의 4D. 그라디언트는 max_pool 의 입력을 의미합니다.
  • argmax: max_pool 의 각 출력에 대해 선택된 최대값의 인덱스입니다.
  • ksize: 입력 텐서의 각 차원에 대한 창 크기입니다.
  • strides: 입력 텐서의 각 차원에 대한 슬라이딩 윈도우의 보폭입니다.
  • 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 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const 

공개 정적 함수

인클루드배치인인덱스

Attrs IncludeBatchInIndex(
  bool x
)