tensorflow :: ops :: MaxPool3DGradGrad

#include <nn_ops.h>

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

요약

인수 :

  • 범위 : 범위 개체
  • orig_input : 원래 입력 텐서.
  • orig_output : 원래 출력 텐서.
  • grad : 형태의 출력 역 전파 [batch, depth, rows, cols, channels] .
  • ksize : 길이 5의 1 차원 텐서. 입력 텐서의 각 차원에 대한 창의 크기. ksize[0] = ksize[4] = 1 이어야합니다.
  • strides : 길이의 1 차원 텐서 5. input 각 차원에 대한 슬라이딩 윈도우의 보폭. strides[0] = strides[4] = 1 이어야합니다.
  • padding : 사용할 채우기 알고리즘의 유형입니다.

선택적 속성 ( Attrs 참조) :

  • data_format : 입력 및 출력 데이터의 데이터 형식. 기본 형식 "NDHWC"를 사용하면 데이터가 [batch, in_depth, in_height, in_width, in_channels] 순서로 저장됩니다. 또는 형식은 "NCDHW"일 수 있으며 데이터 저장 순서는 [batch, in_channels, in_depth, in_height, in_width]입니다.

보고:

  • Output : max_pool 대한 입력에 대한 그라디언트의 그라디언트.

생성자와 소멸자

MaxPool3DGradGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding)
MaxPool3DGradGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3DGradGrad::Attrs & attrs)

공용 속성

operation
output

공공 기능

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

공개 정적 함수

DataFormat (StringPiece x)

구조체

tensorflow :: ops :: MaxPool3DGradGrad :: Attrs

MaxPool3DGradGrad에 대한 선택적 속성 설정자.

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

MaxPool3DGradGrad

 MaxPool3DGradGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

MaxPool3DGradGrad

 MaxPool3DGradGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const MaxPool3DGradGrad::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

DataFormat

Attrs DataFormat(
  StringPiece x
)