텐서플로우:: 작전:: 디코드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입니다.
Dtype
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodePng::Attrs::Dtype( DataType x )
기본값은 DT_UINT8입니다.