텐서플로우:: 작전:: 크기 조정쌍선형

#include <image_ops.h>

쌍선형 보간법을 사용하여 images size 조정합니다.

요약

입력 이미지는 다양한 유형일 수 있지만 출력 이미지는 항상 부동입니다.

인수:

  • 범위: 범위 개체
  • 이미지: [batch, height, width, channels] 모양의 4D.
  • size: = 2개 요소로 구성된 1차원 int32 텐서 : new_height, new_width . 이미지의 새로운 크기입니다.

선택적 속성( Attrs 참조):

  • align_corners: true인 경우 입력 및 출력 텐서의 4개 모서리 픽셀의 중심이 정렬되어 모서리 픽셀의 값이 유지됩니다. 기본값은 거짓입니다.

보고:

  • Output : [batch, new_height, new_width, channels] 모양의 4D.

생성자와 소멸자

ResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size)
ResizeBilinear (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, const ResizeBilinear::Attrs & attrs)

공개 속성

operation
resized_images

공공 기능

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

공개 정적 함수

AlignCorners (bool x)
HalfPixelCenters (bool x)

구조체

텐서플로우:: ops:: ResizeBilinear:: 속성

ResizeBilinear 에 대한 선택적 속성 설정자입니다.

공개 속성

작업

Operation operation

크기 조정_이미지

::tensorflow::Output resized_images

공공 기능

크기 조정쌍선형

 ResizeBilinear(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input images,
  ::tensorflow::Input size
)

크기 조정쌍선형

 ResizeBilinear(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input images,
  ::tensorflow::Input size,
  const ResizeBilinear::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

공개 정적 함수

모서리 정렬

Attrs AlignCorners(
  bool x
)

HalfPixelCenter

Attrs HalfPixelCenters(
  bool x
)