tensorflow :: ops :: ExtractVolumePatches
#include <array_ops.h>
input
에서 patches
를 추출하여 "깊이"출력 차원에 넣습니다.
요약
extract_image_patches
3D 확장.
인수 :
- 범위 : 범위 개체
- 입력 :
[batch, in_planes, in_rows, in_cols, depth]
Tensor with shape[batch, in_planes, in_rows, in_cols, depth]
. - ksizes :
input
각 차원에 대한 슬라이딩 윈도우의 크기입니다. - strides : 길이의 1-D 5. 두 개의 연속 된 패치의 중심이
input
.[1, stride_planes, stride_rows, stride_cols, 1]
이어야합니다. - padding : 사용할 채우기 알고리즘의 유형입니다.
크기 관련 속성을 다음과 같이 지정합니다.
ksizes = [1, ksize_planes, ksize_rows, ksize_cols, 1] strides = [1, stride_planes, strides_rows, strides_cols, 1]
보고:
-
Output
: 5-D 텐서 형상[batch, out_planes, out_rows, out_cols, ksize_planes * ksize_rows * ksize_cols * depth]
크기 함유 패치ksize_planes x ksize_rows x ksize_cols x depth
은 "깊이"차원 벡터화.out_planes
,out_rows
및out_cols
는 출력 패치의 차원입니다.
생성자와 소멸자 | |
---|---|
ExtractVolumePatches (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< int > & ksizes, const gtl::ArraySlice< int > & strides, StringPiece padding) |
공용 속성 | |
---|---|
operation | |
patches |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공용 속성
조작
Operation operation
패치
::tensorflow::Output patches
공공 기능
ExtractVolumePatches
ExtractVolumePatches( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< int > & ksizes, const gtl::ArraySlice< int > & strides, StringPiece padding )
마디
::tensorflow::Node * node() const
연산자 :: tensorflow :: 입력
operator::tensorflow::Input() const
연산자 :: tensorflow :: 출력
operator::tensorflow::Output() const