テンソルフロー::作戦::スケールと翻訳::属性

#include <image_ops.h>

ScaleAndTranslateのオプションの属性セッター。

まとめ

パブリック属性

antialias_ = true
bool
kernel_type_ = "lanczos3"
StringPiece

公共機能

Antialias (bool x)
TF_MUST_USE_RESULT Attrs
デフォルトは true です。
KernelType (StringPiece x)
TF_MUST_USE_RESULT Attrs
デフォルトは「lanczos3」です。

パブリック属性

アンチエイリアス_

bool tensorflow::ops::ScaleAndTranslate::Attrs::antialias_ = true

カーネルタイプ_

StringPiece tensorflow::ops::ScaleAndTranslate::Attrs::kernel_type_ = "lanczos3"

公共機能

アンチエイリアス

TF_MUST_USE_RESULT Attrs tensorflow::ops::ScaleAndTranslate::Attrs::Antialias(
  bool x
)

デフォルトは true です。

カーネルタイプ

TF_MUST_USE_RESULT Attrs tensorflow::ops::ScaleAndTranslate::Attrs::KernelType(
  StringPiece x
)

デフォルトは「lanczos3」です。