@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ParseSequenceExample extends Pointer
Attrs):
* context_sparse_types: A list of Ncontext_sparse types; the data types of data in
each context Feature given in context_sparse_keys.
Currently the ParseSingleSequenceExample supports DT_FLOAT (FloatList),
DT_INT64 (Int64List), and DT_STRING (BytesList).
* context_dense_shapes: A list of Ncontext_dense shapes; the shapes of data in
each context Feature given in context_dense_keys.
The number of elements in the Feature corresponding to context_dense_key[j]
must always equal context_dense_shapes[j].NumEntries().
The shape of context_dense_values[j] will match context_dense_shapes[j].
* feature_list_sparse_types: A list of Nfeature_list_sparse types; the data types
of data in each FeatureList given in feature_list_sparse_keys.
Currently the ParseSingleSequenceExample supports DT_FLOAT (FloatList),
DT_INT64 (Int64List), and DT_STRING (BytesList).
* feature_list_dense_shapes: A list of Nfeature_list_dense shapes; the shapes of
data in each FeatureList given in feature_list_dense_keys.
The shape of each Feature in the FeatureList corresponding to
feature_list_dense_key[j] must always equal
feature_list_dense_shapes[j].NumEntries().
Returns:
* OutputList context_sparse_indices
* OutputList context_sparse_values
* OutputList context_sparse_shapes
* OutputList context_dense_values
* OutputList feature_list_sparse_indices
* OutputList feature_list_sparse_values
* OutputList feature_list_sparse_shapes
* OutputList feature_list_dense_values
* OutputList feature_list_dense_lengths| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ParseSequenceExample.Attrs
Optional attribute setters for ParseSequenceExample
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ParseSequenceExample(Pointer p)
Pointer cast constructor.
|
ParseSequenceExample(tensorflow.Scope scope,
tensorflow.Input serialized,
tensorflow.Input debug_name,
tensorflow.InputList context_dense_defaults,
tensorflow.StringVector feature_list_dense_missing_assumed_empty,
tensorflow.StringVector context_sparse_keys,
tensorflow.StringVector context_dense_keys,
tensorflow.StringVector feature_list_sparse_keys,
tensorflow.StringVector feature_list_dense_keys) |
ParseSequenceExample(tensorflow.Scope scope,
tensorflow.Input serialized,
tensorflow.Input debug_name,
tensorflow.InputList context_dense_defaults,
tensorflow.StringVector feature_list_dense_missing_assumed_empty,
tensorflow.StringVector context_sparse_keys,
tensorflow.StringVector context_dense_keys,
tensorflow.StringVector feature_list_sparse_keys,
tensorflow.StringVector feature_list_dense_keys,
tensorflow.ParseSequenceExample.Attrs attrs) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ParseSequenceExample(Pointer p)
Pointer.Pointer(Pointer).public ParseSequenceExample(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input serialized, @ByVal tensorflow.Input debug_name, @ByVal tensorflow.InputList context_dense_defaults, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector feature_list_dense_missing_assumed_empty, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector context_sparse_keys, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector context_dense_keys, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector feature_list_sparse_keys, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector feature_list_dense_keys)
public ParseSequenceExample(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input serialized, @ByVal tensorflow.Input debug_name, @ByVal tensorflow.InputList context_dense_defaults, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector feature_list_dense_missing_assumed_empty, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector context_sparse_keys, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector context_dense_keys, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector feature_list_sparse_keys, @Cast(value="const tensorflow::gtl::ArraySlice<tensorflow::string>*") @ByRef tensorflow.StringVector feature_list_dense_keys, @Const @ByRef tensorflow.ParseSequenceExample.Attrs attrs)
@ByVal public static tensorflow.ParseSequenceExample.Attrs NcontextSparse(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs NcontextDense(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs NfeatureListSparse(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs NfeatureListDense(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs ContextSparseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs FeatureListDenseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs ContextDenseShapes(@tensorflow.ArraySlice tensorflow.PartialTensorShape x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs FeatureListSparseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector x)
@ByVal public static tensorflow.ParseSequenceExample.Attrs FeatureListDenseShapes(@tensorflow.ArraySlice tensorflow.PartialTensorShape x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ParseSequenceExample operation(tensorflow.Operation operation)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_sparse_indices()
public tensorflow.ParseSequenceExample context_sparse_indices(tensorflow.OutputVector context_sparse_indices)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_sparse_values()
public tensorflow.ParseSequenceExample context_sparse_values(tensorflow.OutputVector context_sparse_values)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_sparse_shapes()
public tensorflow.ParseSequenceExample context_sparse_shapes(tensorflow.OutputVector context_sparse_shapes)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_dense_values()
public tensorflow.ParseSequenceExample context_dense_values(tensorflow.OutputVector context_dense_values)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_sparse_indices()
public tensorflow.ParseSequenceExample feature_list_sparse_indices(tensorflow.OutputVector feature_list_sparse_indices)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_sparse_values()
public tensorflow.ParseSequenceExample feature_list_sparse_values(tensorflow.OutputVector feature_list_sparse_values)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_sparse_shapes()
public tensorflow.ParseSequenceExample feature_list_sparse_shapes(tensorflow.OutputVector feature_list_sparse_shapes)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_dense_values()
public tensorflow.ParseSequenceExample feature_list_dense_values(tensorflow.OutputVector feature_list_dense_values)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_dense_lengths()
public tensorflow.ParseSequenceExample feature_list_dense_lengths(tensorflow.OutputVector feature_list_dense_lengths)
Copyright © 2019. All rights reserved.