| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
Ops.reverseSequence(Operand<T> input,
Operand<U> seqLengths,
Long seqDim,
ReverseSequence.Options... options)
Adds an
ReverseSequence operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ReverseSequence.Options |
ReverseSequence.batchDim(Long batchDim) |
ReverseSequence.Options |
ReverseSequence.Options.batchDim(Long batchDim) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
ReverseSequence.create(Scope scope,
Operand<T> input,
Operand<U> seqLengths,
Long seqDim,
ReverseSequence.Options... options)
Factory method to create a class to wrap a new ReverseSequence operation to the graph.
|
Copyright © 2015–2019. All rights reserved.