텐서플로우:: 작전:: QuantizedConv2D:: 속성

#include <nn_ops.h>

QuantizedConv2D 에 대한 선택적 속성 설정자.

요약

공개 속성

dilations_ = Default_dilations()
gtl::ArraySlice< int >
out_type_ = DT_QINT32
DataType

공공 기능

Dilations (const gtl::ArraySlice< int > & x)
TF_MUST_USE_RESULT Attrs
길이가 4인 1차원 텐서.
OutType (DataType x)
TF_MUST_USE_RESULT Attrs
기본값은 DT_QINT32입니다.

공개 속성

확장_

gtl::ArraySlice< int > tensorflow::ops::QuantizedConv2D::Attrs::dilations_ = Default_dilations()

아웃_타입_

DataType tensorflow::ops::QuantizedConv2D::Attrs::out_type_ = DT_QINT32

공공 기능

팽창

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::Dilations(
  const gtl::ArraySlice< int > & x
)

길이가 4인 1차원 텐서.

input 의 각 차원에 대한 확장 인자입니다. k > 1로 설정되면 해당 차원의 각 필터 요소 사이에 k-1개의 건너뛴 셀이 있게 됩니다. 차원 순서는 data_format 값에 따라 결정됩니다. 자세한 내용은 위를 참조하세요. 배치 차원과 깊이 차원의 팽창은 1이어야 합니다.

기본값은 [1, 1, 1, 1]입니다.

출력 유형

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::OutType(
  DataType x
)

기본값은 DT_QINT32입니다.