| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.decodePaddedRaw(Operand<String> inputBytes,
Operand<Integer> fixedLength,
Class<T> outType,
DecodePaddedRaw.Options... options)
Builds an
DecodePaddedRaw operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
DecodePaddedRaw.create(Scope scope,
Operand<String> inputBytes,
Operand<Integer> fixedLength,
Class<T> outType,
DecodePaddedRaw.Options... options)
Factory method to create a class wrapping a new DecodePaddedRaw operation.
|
Copyright © 2015–2019. All rights reserved.