| 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.Options |
ParseSequenceExample.contextDenseShapes(List<Shape> contextDenseShapes) |
ParseSequenceExample.Options |
ParseSequenceExample.Options.contextDenseShapes(List<Shape> contextDenseShapes) |
static ParseSequenceExample.Options |
ParseSequenceExample.featureListDenseShapes(List<Shape> featureListDenseShapes) |
ParseSequenceExample.Options |
ParseSequenceExample.Options.featureListDenseShapes(List<Shape> featureListDenseShapes) |
static ParseSequenceExample.Options |
ParseSequenceExample.NcontextDense(Long NcontextDense) |
ParseSequenceExample.Options |
ParseSequenceExample.Options.NcontextDense(Long NcontextDense) |
static ParseSequenceExample.Options |
ParseSequenceExample.NcontextSparse(Long NcontextSparse) |
ParseSequenceExample.Options |
ParseSequenceExample.Options.NcontextSparse(Long NcontextSparse) |
static ParseSequenceExample.Options |
ParseSequenceExample.NfeatureListDense(Long NfeatureListDense) |
ParseSequenceExample.Options |
ParseSequenceExample.Options.NfeatureListDense(Long NfeatureListDense) |
static ParseSequenceExample.Options |
ParseSequenceExample.NfeatureListSparse(Long NfeatureListSparse) |
ParseSequenceExample.Options |
ParseSequenceExample.Options.NfeatureListSparse(Long NfeatureListSparse) |
| 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.