| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Unbatch<T> |
Ops.unbatch(Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Builds an
Unbatch operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> Unbatch<T> |
Unbatch.create(Scope scope,
Operand<T> batchedTensor,
Operand<Long> batchIndex,
Operand<Long> id,
Long timeoutMicros,
Unbatch.Options... options)
Factory method to create a class wrapping a new Unbatch operation.
|
Copyright © 2015–2019. All rights reserved.