| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
StringToNumber<Float> |
Ops.stringToNumber(Operand<String> stringTensor)
Adds an
StringToNumber operation to the graph |
<T extends Number> |
Ops.stringToNumber(Operand<String> stringTensor,
Class<T> outType)
Adds an
StringToNumber operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static StringToNumber<Float> |
StringToNumber.create(Scope scope,
Operand<String> stringTensor)
Factory method to create a class to wrap a new StringToNumber operation to the graph, using default output types.
|
static <T extends Number> |
StringToNumber.create(Scope scope,
Operand<String> stringTensor,
Class<T> outType)
Factory method to create a class to wrap a new StringToNumber operation to the graph.
|
Copyright © 2015–2019. All rights reserved.