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