텐서플로우:: 작전:: MaxPoolGradGrad
#include <nn_ops.h>
maxpooling 함수의 2차 기울기를 계산합니다.
요약
인수:
- 범위: 범위 개체
- orig_input: 원래 입력 텐서.
- orig_output: 원본 출력 텐서.
- 대학원: 4-D. 그라디언트의 그라디언트는
max_pool
의 입력입니다. - ksize: 입력 텐서의 각 차원에 대한 창 크기입니다.
- strides: 입력 텐서의 각 차원에 대한 슬라이딩 윈도우의 보폭입니다.
- padding: 사용할 패딩 알고리즘 유형입니다.
선택적 속성( Attrs
참조):
- data_format: 입력 및 출력 데이터의 데이터 형식을 지정합니다. 기본 형식인 "NHWC"를 사용하면 데이터가 [batch, in_height, in_width, in_channels] 순서로 저장됩니다. 또는 형식은 [batch, in_channels, in_height, in_width]의 데이터 저장 순서인 "NCHW"일 수 있습니다.
보고:
-
Output
: 기울기의 기울기는max_pool
에 대한 입력입니다.
생성자와 소멸자 | |
---|---|
MaxPoolGradGrad (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) | |
MaxPoolGradGrad (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 MaxPoolGradGrad::Attrs & attrs) |
공개 속성 | |
---|---|
operation | |
output |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 정적 함수 | |
---|---|
DataFormat (StringPiece x) |
구조체 | |
---|---|
텐서플로우:: ops:: MaxPoolGradGrad:: Attrs | MaxPoolGradGrad 에 대한 선택적 속성 설정자입니다. |
공개 속성
작업
Operation operation
산출
::tensorflow::Output output
공공 기능
MaxPoolGradGrad
MaxPoolGradGrad( 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 )
MaxPoolGradGrad
MaxPoolGradGrad( 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 MaxPoolGradGrad::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const
공개 정적 함수
데이터형식
Attrs DataFormat( StringPiece x )