tensorflow :: ops :: ParseSequence 예 :: 속성

#include <parsing_ops.h>

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

요약

공용 속성

Ncontext_dense_ = 0
int64
Ncontext_sparse_ = 0
int64
Nfeature_list_dense_ = 0
int64
Nfeature_list_sparse_ = 0
int64
context_dense_shapes_ = {}
gtl::ArraySlice< PartialTensorShape >
context_sparse_types_ = {}
DataTypeSlice
feature_list_dense_shapes_ = {}
gtl::ArraySlice< PartialTensorShape >
feature_list_dense_types_ = {}
DataTypeSlice
feature_list_sparse_types_ = {}
DataTypeSlice

공공 기능

ContextDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x)
TF_MUST_USE_RESULT Attrs
Ncontext_dense 셰이프 목록입니다. context_dense_keys에 주어진 각 컨텍스트 기능의 데이터 모양.
ContextSparseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Ncontext_sparse 유형 목록입니다. context_sparse_keys에 주어진 각 컨텍스트 기능에있는 데이터의 데이터 유형.
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x)
TF_MUST_USE_RESULT Attrs
Nfeature_list_dense 모양의 목록입니다. feature_list_dense_keys에 제공된 각 FeatureList의 데이터 모양.
FeatureListDenseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
기본값은 []입니다.
FeatureListSparseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Nfeature_list_sparse 유형 목록입니다. feature_list_sparse_keys에 주어진 각 FeatureList에있는 데이터의 데이터 유형.
NcontextDense (int64 x)
TF_MUST_USE_RESULT Attrs
기본값은 0입니다.
NcontextSparse (int64 x)
TF_MUST_USE_RESULT Attrs
기본값은 0입니다.
NfeatureListDense (int64 x)
TF_MUST_USE_RESULT Attrs
기본값은 0입니다.
NfeatureListSparse (int64 x)
TF_MUST_USE_RESULT Attrs
기본값은 0입니다.

공용 속성

Ncontext_dense_

int64 tensorflow::ops::ParseSequenceExample::Attrs::Ncontext_dense_ = 0

Ncontext_sparse_

int64 tensorflow::ops::ParseSequenceExample::Attrs::Ncontext_sparse_ = 0

Nfeature_list_dense_

int64 tensorflow::ops::ParseSequenceExample::Attrs::Nfeature_list_dense_ = 0

Nfeature_list_sparse_

int64 tensorflow::ops::ParseSequenceExample::Attrs::Nfeature_list_sparse_ = 0

context_dense_shapes_

gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExample::Attrs::context_dense_shapes_ = {}

context_sparse_types_

DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::context_sparse_types_ = {}

feature_list_dense_shapes_

gtl::ArraySlice< PartialTensorShape > tensorflow::ops::ParseSequenceExample::Attrs::feature_list_dense_shapes_ = {}

feature_list_dense_types_

DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::feature_list_dense_types_ = {}

feature_list_sparse_types_

DataTypeSlice tensorflow::ops::ParseSequenceExample::Attrs::feature_list_sparse_types_ = {}

공공 기능

ContextDenseShapes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::ContextDenseShapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

Ncontext_dense 셰이프 목록입니다. context_dense_keys에 주어진 각 컨텍스트 기능의 데이터 모양.

context_dense_key [j]에 해당하는 지형지 물의 요소 수는 항상 context_dense_shapes [j] .NumEntries ()와 같아야합니다. context_dense_values ​​[j]의 모양은 context_dense_shapes [j]와 일치합니다.

기본값은 []

ContextSparseTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::ContextSparseTypes(
  const DataTypeSlice & x
)

Ncontext_sparse 유형 목록입니다. context_sparse_keys에 주어진 각 컨텍스트 기능에있는 데이터의 데이터 유형.

현재 ParseSingleSequenceExample 은 DT_FLOAT (FloatList), DT_INT64 (Int64List) 및 DT_STRING (BytesList)을 지원합니다.

기본값은 []

FeatureListDenseShapes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListDenseShapes(
  const gtl::ArraySlice< PartialTensorShape > & x
)

Nfeature_list_dense 모양의 목록입니다. feature_list_dense_keys에 제공된 각 FeatureList의 데이터 모양.

feature_list_dense_key [j]에 해당하는 FeatureList의 각 지형지 물의 모양은 항상 feature_list_dense_shapes [j] .NumEntries ()와 같아야합니다.

기본값은 []

FeatureListDenseTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListDenseTypes(
  const DataTypeSlice & x
)

기본값은 []입니다.

FeatureListSparseTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::FeatureListSparseTypes(
  const DataTypeSlice & x
)

Nfeature_list_sparse 유형 목록입니다. feature_list_sparse_keys에 주어진 각 FeatureList에있는 데이터의 데이터 유형.

현재 ParseSingleSequenceExample 은 DT_FLOAT (FloatList), DT_INT64 (Int64List) 및 DT_STRING (BytesList)을 지원합니다.

기본값은 []

NcontextDense

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextDense(
  int64 x
)

기본값은 0입니다.

NcontextSparse

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NcontextSparse(
  int64 x
)

기본값은 0입니다.

NfeatureListDense

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListDense(
  int64 x
)

기본값은 0입니다.

NfeatureListSparse

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExample::Attrs::NfeatureListSparse(
  int64 x
)

기본값은 0입니다.