| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.strings |
| Modifier and Type | Method and Description |
|---|---|
ToNumber<Float> |
StringsOps.toNumber(Operand<String> stringTensor)
Builds an
ToNumber operation |
<T extends Number> |
StringsOps.toNumber(Operand<String> stringTensor,
Class<T> outType)
Builds an
ToNumber operation |
| Modifier and Type | Method and Description |
|---|---|
static ToNumber<Float> |
ToNumber.create(Scope scope,
Operand<String> stringTensor)
Factory method to create a class wrapping a new ToNumber operation using default output types.
|
static <T extends Number> |
ToNumber.create(Scope scope,
Operand<String> stringTensor,
Class<T> outType)
Factory method to create a class wrapping a new ToNumber operation.
|
Copyright © 2015–2019. All rights reserved.