| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
ParseSequenceExample |
Ops.parseSequenceExample(Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Adds an
ParseSequenceExample operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ParseSequenceExample |
ParseSequenceExample.create(Scope scope,
Operand<String> serialized,
Operand<String> debugName,
Iterable<Operand<?>> contextDenseDefaults,
List<String> featureListDenseMissingAssumedEmpty,
List<String> contextSparseKeys,
List<String> contextDenseKeys,
List<String> featureListSparseKeys,
List<String> featureListDenseKeys,
List<Class<?>> contextSparseTypes,
List<Class<?>> featureListDenseTypes,
List<Class<?>> featureListSparseTypes,
ParseSequenceExample.Options... options)
Factory method to create a class to wrap a new ParseSequenceExample operation to the graph.
|
Copyright © 2015–2019. All rights reserved.