tensorflow :: ops :: DataFormatDimMap :: 속성
#include <nn_ops.h>
DataFormatDimMap에 대한 선택적 속성 설정자.
요약
공용 속성 | |
---|---|
dst_format_ = "NCHW" | StringPiece |
src_format_ = "NHWC" | StringPiece |
공공 기능 | |
---|---|
DstFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs 대상 데이터 형식. |
SrcFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs 소스 데이터 형식. |
공용 속성
dst_format_
StringPiece tensorflow::ops::DataFormatDimMap::Attrs::dst_format_ = "NCHW"
src_format_
StringPiece tensorflow::ops::DataFormatDimMap::Attrs::src_format_ = "NHWC"
공공 기능
DstFormat
TF_MUST_USE_RESULT Attrs tensorflow::ops::DataFormatDimMap::Attrs::DstFormat( StringPiece x )
대상 데이터 형식.
기본값은 "NCHW"입니다.
SrcFormat
TF_MUST_USE_RESULT Attrs tensorflow::ops::DataFormatDimMap::Attrs::SrcFormat( StringPiece x )
소스 데이터 형식.
기본값은 "NHWC"입니다.