텐서플로우:: 작전:: 축척 및 번역

#include <image_ops.h>

TODO: 문서를 추가하세요.

요약

인수:

보고:

  • Output : resize_images 텐서.

생성자와 소멸자

ScaleAndTranslate (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, :: tensorflow::Input scale, :: tensorflow::Input translation)
ScaleAndTranslate (const :: tensorflow::Scope & scope, :: tensorflow::Input images, :: tensorflow::Input size, :: tensorflow::Input scale, :: tensorflow::Input translation, const ScaleAndTranslate::Attrs & attrs)

공개 속성

operation
resized_images

공공 기능

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

공개 정적 함수

Antialias (bool x)
KernelType (StringPiece x)

구조체

텐서플로우:: ops:: ScaleAndTranslate:: Attrs

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

공개 속성

작업

Operation operation

크기 조정_이미지

::tensorflow::Output resized_images

공공 기능

축척 및 번역

 ScaleAndTranslate(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input images,
  ::tensorflow::Input size,
  ::tensorflow::Input scale,
  ::tensorflow::Input translation
)

축척 및 번역

 ScaleAndTranslate(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input images,
  ::tensorflow::Input size,
  ::tensorflow::Input scale,
  ::tensorflow::Input translation,
  const ScaleAndTranslate::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

공개 정적 함수

앤티앨리어스

Attrs Antialias(
  bool x
)

커널 유형

Attrs KernelType(
  StringPiece x
)