| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.io |
| Modifier and Type | Method and Description |
|---|---|
<T> DecodeRaw<T> |
IoOps.decodeRaw(Operand<String> bytes,
Class<T> outType,
DecodeRaw.Options... options)
Builds an
DecodeRaw operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> DecodeRaw<T> |
DecodeRaw.create(Scope scope,
Operand<String> bytes,
Class<T> outType,
DecodeRaw.Options... options)
Factory method to create a class wrapping a new DecodeRaw operation.
|
Copyright © 2015–2019. All rights reserved.