テンソルフロー::作戦::デコードPng::属性
#include <image_ops.h>
DecodePngのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
channels_ = 0 | int64 |
dtype_ = DT_UINT8 | DataType |
公共機能 | |
---|---|
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 です。