@Namespace(value="tensorflow::ops") @NoOffset @Properties(inherit=tensorflow.class) public class 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_valuesModifier and Type | Class and Description |
---|---|
static class |
ParseSingleSequenceExample.Attrs
Optional attribute setters for ParseSingleSequenceExample
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ParseSingleSequenceExample(Pointer p)
Pointer cast constructor.
|
ParseSingleSequenceExample(Scope scope,
Input serialized,
Input feature_list_dense_missing_assumed_empty,
InputList context_sparse_keys,
InputList context_dense_keys,
InputList feature_list_sparse_keys,
InputList feature_list_dense_keys,
InputList context_dense_defaults,
Input debug_name) |
ParseSingleSequenceExample(Scope scope,
Input serialized,
Input feature_list_dense_missing_assumed_empty,
InputList context_sparse_keys,
InputList context_dense_keys,
InputList feature_list_sparse_keys,
InputList feature_list_dense_keys,
InputList context_dense_defaults,
Input debug_name,
ParseSingleSequenceExample.Attrs attrs) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ParseSingleSequenceExample(Pointer p)
Pointer(Pointer)
.public ParseSingleSequenceExample(@Const @ByRef Scope scope, @ByVal Input serialized, @ByVal Input feature_list_dense_missing_assumed_empty, @ByVal InputList context_sparse_keys, @ByVal InputList context_dense_keys, @ByVal InputList feature_list_sparse_keys, @ByVal InputList feature_list_dense_keys, @ByVal InputList context_dense_defaults, @ByVal Input debug_name)
public ParseSingleSequenceExample(@Const @ByRef Scope scope, @ByVal Input serialized, @ByVal Input feature_list_dense_missing_assumed_empty, @ByVal InputList context_sparse_keys, @ByVal InputList context_dense_keys, @ByVal InputList feature_list_sparse_keys, @ByVal InputList feature_list_dense_keys, @ByVal InputList context_dense_defaults, @ByVal Input debug_name, @Const @ByRef ParseSingleSequenceExample.Attrs attrs)
@ByVal public static ParseSingleSequenceExample.Attrs ContextSparseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef DataTypeVector x)
@ByVal public static ParseSingleSequenceExample.Attrs FeatureListDenseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef DataTypeVector x)
@ByVal public static ParseSingleSequenceExample.Attrs ContextDenseShapes(@tensorflow.ArraySlice PartialTensorShape x)
@ByVal public static ParseSingleSequenceExample.Attrs FeatureListSparseTypes(@Cast(value="const tensorflow::DataTypeSlice*") @ByRef DataTypeVector x)
@ByVal public static ParseSingleSequenceExample.Attrs FeatureListDenseShapes(@tensorflow.ArraySlice PartialTensorShape x)
public ParseSingleSequenceExample operation(Operation setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector context_sparse_indices()
public ParseSingleSequenceExample context_sparse_indices(OutputVector setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector context_sparse_values()
public ParseSingleSequenceExample context_sparse_values(OutputVector setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector context_sparse_shapes()
public ParseSingleSequenceExample context_sparse_shapes(OutputVector setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector context_dense_values()
public ParseSingleSequenceExample context_dense_values(OutputVector setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector feature_list_sparse_indices()
public ParseSingleSequenceExample feature_list_sparse_indices(OutputVector setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector feature_list_sparse_values()
public ParseSingleSequenceExample feature_list_sparse_values(OutputVector setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector feature_list_sparse_shapes()
public ParseSingleSequenceExample feature_list_sparse_shapes(OutputVector setter)
@ByRef @Cast(value="tensorflow::OutputList*") public OutputVector feature_list_dense_values()
public ParseSingleSequenceExample feature_list_dense_values(OutputVector setter)
Copyright © 2022. All rights reserved.