@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.StringToNumber extends Pointer
Attrs):
* out_type: The numeric type to interpret each string in string_tensor as.
Returns:
* Output: A Tensor of the same shape as the input string_tensor.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.StringToNumber.Attrs
Optional attribute setters for StringToNumber
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringToNumber(Pointer p)
Pointer cast constructor.
|
StringToNumber(tensorflow.Scope scope,
tensorflow.Input string_tensor) |
StringToNumber(tensorflow.Scope scope,
tensorflow.Input string_tensor,
tensorflow.StringToNumber.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.StringToNumber |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.StringToNumber |
output(tensorflow.Output output) |
static tensorflow.StringToNumber.Attrs |
OutType(int x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StringToNumber(Pointer p)
Pointer.Pointer(Pointer).public StringToNumber(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input string_tensor)
public StringToNumber(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input string_tensor, @Const @ByRef tensorflow.StringToNumber.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.StringToNumber.Attrs OutType(@Cast(value="tensorflow::DataType") int x)
@ByRef public tensorflow.Operation operation()
public tensorflow.StringToNumber operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.StringToNumber output(tensorflow.Output output)
Copyright © 2019. All rights reserved.