@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.StringToHashBucket extends Pointer
tf.string_to_hash_bucket_fast() or tf.string_to_hash_bucket_strong().
Arguments:
* scope: A Scope object
* num_buckets: The number of buckets.
Returns:
* Output: A Tensor of the same shape as the input string_tensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StringToHashBucket(Pointer p)
Pointer cast constructor.
|
StringToHashBucket(tensorflow.Scope scope,
tensorflow.Input string_tensor,
long num_buckets) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.StringToHashBucket |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.StringToHashBucket |
output(tensorflow.Output output) |
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 StringToHashBucket(Pointer p)
Pointer.Pointer(Pointer).public StringToHashBucket(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input string_tensor, @Cast(value="tensorflow::int64") long num_buckets)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.StringToHashBucket operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.StringToHashBucket output(tensorflow.Output output)
Copyright © 2019. All rights reserved.