テンソルフロー::作戦::デコードPng::属性
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
#include <image_ops.h>
DecodePngのオプションの属性セッター。
まとめ
公共機能 | |
---|---|
Channels (int64 x) | TF_MUST_USE_RESULT Attrs デコードされたイメージのカラー チャネルの数。 |
Dtype (DataType x) | TF_MUST_USE_RESULT Attrs デフォルトは DT_UINT8 です。 |
パブリック属性
チャンネル_
int64 tensorflow::ops::DecodePng::Attrs::channels_ = 0
dtype_
DataType tensorflow::ops::DecodePng::Attrs::dtype_ = DT_UINT8
公共機能
チャンネル
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePng::Attrs::Channels(
int64 x
)
デコードされたイメージのカラー チャネルの数。
デフォルトは 0
Dタイプ
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePng::Attrs::Dtype(
DataType x
)
デフォルトは DT_UINT8 です。