@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ParseSingleSequenceExample 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| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ParseSingleSequenceExample.Attrs
Optional attribute setters for ParseSingleSequenceExample
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ParseSingleSequenceExample(Pointer p)
Pointer cast constructor.
|
ParseSingleSequenceExample(tensorflow.Scope scope,
tensorflow.Input serialized,
tensorflow.Input feature_list_dense_missing_assumed_empty,
tensorflow.InputList context_sparse_keys,
tensorflow.InputList context_dense_keys,
tensorflow.InputList feature_list_sparse_keys,
tensorflow.InputList feature_list_dense_keys,
tensorflow.InputList context_dense_defaults,
tensorflow.Input debug_name) |
ParseSingleSequenceExample(tensorflow.Scope scope,
tensorflow.Input serialized,
tensorflow.Input feature_list_dense_missing_assumed_empty,
tensorflow.InputList context_sparse_keys,
tensorflow.InputList context_dense_keys,
tensorflow.InputList feature_list_sparse_keys,
tensorflow.InputList feature_list_dense_keys,
tensorflow.InputList context_dense_defaults,
tensorflow.Input debug_name,
tensorflow.ParseSingleSequenceExample.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 ParseSingleSequenceExample(Pointer p)
Pointer.Pointer(Pointer).public ParseSingleSequenceExample(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input serialized, @ByVal tensorflow.Input feature_list_dense_missing_assumed_empty, @ByVal tensorflow.InputList context_sparse_keys, @ByVal tensorflow.InputList context_dense_keys, @ByVal tensorflow.InputList feature_list_sparse_keys, @ByVal tensorflow.InputList feature_list_dense_keys, @ByVal tensorflow.InputList context_dense_defaults, @ByVal tensorflow.Input debug_name)
public ParseSingleSequenceExample(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input serialized, @ByVal tensorflow.Input feature_list_dense_missing_assumed_empty, @ByVal tensorflow.InputList context_sparse_keys, @ByVal tensorflow.InputList context_dense_keys, @ByVal tensorflow.InputList feature_list_sparse_keys, @ByVal tensorflow.InputList feature_list_dense_keys, @ByVal tensorflow.InputList context_dense_defaults, @ByVal tensorflow.Input debug_name, @Const @ByRef tensorflow.ParseSingleSequenceExample.Attrs attrs)
@ByVal public static tensorflow.ParseSingleSequenceExample.Attrs ContextSparseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector x)
@ByVal public static tensorflow.ParseSingleSequenceExample.Attrs FeatureListDenseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector x)
@ByVal public static tensorflow.ParseSingleSequenceExample.Attrs ContextDenseShapes(@tensorflow.ArraySlice tensorflow.PartialTensorShape x)
@ByVal public static tensorflow.ParseSingleSequenceExample.Attrs FeatureListSparseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector x)
@ByVal public static tensorflow.ParseSingleSequenceExample.Attrs FeatureListDenseShapes(@tensorflow.ArraySlice tensorflow.PartialTensorShape x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ParseSingleSequenceExample operation(tensorflow.Operation operation)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_sparse_indices()
public tensorflow.ParseSingleSequenceExample context_sparse_indices(tensorflow.OutputVector context_sparse_indices)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_sparse_values()
public tensorflow.ParseSingleSequenceExample context_sparse_values(tensorflow.OutputVector context_sparse_values)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_sparse_shapes()
public tensorflow.ParseSingleSequenceExample context_sparse_shapes(tensorflow.OutputVector context_sparse_shapes)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector context_dense_values()
public tensorflow.ParseSingleSequenceExample context_dense_values(tensorflow.OutputVector context_dense_values)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_sparse_indices()
public tensorflow.ParseSingleSequenceExample feature_list_sparse_indices(tensorflow.OutputVector feature_list_sparse_indices)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_sparse_values()
public tensorflow.ParseSingleSequenceExample feature_list_sparse_values(tensorflow.OutputVector feature_list_sparse_values)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_sparse_shapes()
public tensorflow.ParseSingleSequenceExample feature_list_sparse_shapes(tensorflow.OutputVector feature_list_sparse_shapes)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector feature_list_dense_values()
public tensorflow.ParseSingleSequenceExample feature_list_dense_values(tensorflow.OutputVector feature_list_dense_values)
Copyright © 2019. All rights reserved.