tensoreflusso:: ops:: ParseSequenceEsempioV2:: Attr

#include <parsing_ops.h>

Setter di attributi facoltativi per ParseSequenceExampleV2 .

Riepilogo

Attributi pubblici

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

Funzioni pubbliche

ContextDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x)
TF_MUST_USE_RESULT Attrs
Un elenco di forme Ncontext_dense; le forme dei dati in ogni contesto Caratteristica data in context_dense_keys.
ContextRaggedSplitTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
RaggedTensor.row_split dtypes per le funzionalità di contesto irregolare.
ContextRaggedValueTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Dtype RaggedTensor.value per le funzionalità di contesto irregolare.
ContextSparseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Un elenco di tipi Ncontext_sparse; i tipi di dati in ciascun contesto Caratteristica fornita in context_sparse_keys.
FeatureListDenseShapes (const gtl::ArraySlice< PartialTensorShape > & x)
TF_MUST_USE_RESULT Attrs
Un elenco di forme Nfeature_list_dense; le forme dei dati in ogni FeatureList fornite in feature_list_dense_keys.
FeatureListDenseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Il valore predefinito è [].
FeatureListRaggedSplitTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
RaggedTensor.row_split dtypes per le funzionalità FeatureList irregolari.
FeatureListRaggedValueTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Dtypes RaggedTensor.value per le funzionalità FeatureList irregolari.
FeatureListSparseTypes (const DataTypeSlice & x)
TF_MUST_USE_RESULT Attrs
Un elenco di tipi Nfeature_list_sparse; i tipi di dati in ogni FeatureList forniti in feature_list_sparse_keys.
NcontextSparse (int64 x)
TF_MUST_USE_RESULT Attrs
Il valore predefinito è 0.
NfeatureListDense (int64 x)
TF_MUST_USE_RESULT Attrs
Il valore predefinito è 0.
NfeatureListSparse (int64 x)
TF_MUST_USE_RESULT Attrs
Il valore predefinito è 0.

Attributi pubblici

Ncontext_sparse_

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

Nfeature_list_dense_

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

Nfeature_list_sparse_

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

contesto_forme_dense_

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

context_ragged_split_types_

DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::context_ragged_split_types_ = {}

context_ragged_value_types_

DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::context_ragged_value_types_ = {}

contesto_sparse_types_

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

feature_list_dense_shapes_

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

feature_list_dense_types_

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

feature_list_ragged_split_types_

DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::feature_list_ragged_split_types_ = {}

feature_list_ragged_value_types_

DataTypeSlice tensorflow::ops::ParseSequenceExampleV2::Attrs::feature_list_ragged_value_types_ = {}

feature_list_sparse_types_

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

Funzioni pubbliche

ContestoDenseShapes

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

Un elenco di forme Ncontext_dense; le forme dei dati in ogni contesto Caratteristica data in context_dense_keys.

Il numero di elementi nella Feature corrispondente a context_dense_key[j] deve sempre essere uguale a context_dense_shapes[j].NumEntries(). La forma di context_dense_values[j] corrisponderà a context_dense_shapes[j].

Il valore predefinito è []

ContextRaggedSplitTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextRaggedSplitTypes(
  const DataTypeSlice & x
)

RaggedTensor.row_split dtypes per le funzionalità di contesto irregolare.

Il valore predefinito è []

ContextRaggedValueTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::ContextRaggedValueTypes(
  const DataTypeSlice & x
)

Dtype RaggedTensor.value per le funzionalità di contesto irregolare.

Il valore predefinito è []

ContextSparseTypes

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

Un elenco di tipi Ncontext_sparse; i tipi di dati in ciascun contesto Caratteristica fornita in context_sparse_keys.

Attualmente ParseSingleSequenceExample supporta DT_FLOAT (FloatList), DT_INT64 (Int64List) e DT_STRING (BytesList).

Il valore predefinito è []

FeatureListDenseShapes

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

Un elenco di forme Nfeature_list_dense; le forme dei dati in ogni FeatureList fornite in feature_list_dense_keys.

La forma di ciascuna caratteristica nella FeatureList corrispondente a feature_list_dense_key[j] deve sempre essere uguale a feature_list_dense_shapes[j].NumEntries().

Il valore predefinito è []

FeatureListDenseTypes

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

Il valore predefinito è [].

FeatureListRaggedSplitTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedSplitTypes(
  const DataTypeSlice & x
)

RaggedTensor.row_split dtypes per le funzionalità FeatureList irregolari.

Il valore predefinito è []

FeatureListRaggedValueTypes

TF_MUST_USE_RESULT Attrs tensorflow::ops::ParseSequenceExampleV2::Attrs::FeatureListRaggedValueTypes(
  const DataTypeSlice & x
)

Dtypes RaggedTensor.value per le funzionalità FeatureList irregolari.

Il valore predefinito è []

FeatureListSparseTypes

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

Un elenco di tipi Nfeature_list_sparse; i tipi di dati in ogni FeatureList forniti in feature_list_sparse_keys.

Attualmente ParseSingleSequenceExample supporta DT_FLOAT (FloatList), DT_INT64 (Int64List) e DT_STRING (BytesList).

Il valore predefinito è []

NcontestoSparse

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

Il valore predefinito è 0.

NfeatureListDense

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

Il valore predefinito è 0.

NfeatureListSparse

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

Il valore predefinito è 0.