@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.Bucketize extends Pointer
Output: Same shape with 'input', each value of input replaced with bucket index.
\compatibility(numpy)
Equivalent to np.digitize.
\end_compatibilityPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Bucketize(Pointer p)
Pointer cast constructor.
|
Bucketize(tensorflow.Scope scope,
tensorflow.Input input,
float... boundaries) |
Bucketize(tensorflow.Scope scope,
tensorflow.Input input,
FloatBuffer boundaries) |
Bucketize(tensorflow.Scope scope,
tensorflow.Input input,
FloatPointer boundaries) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.Bucketize |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.Bucketize |
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 Bucketize(Pointer p)
Pointer.Pointer(Pointer).public Bucketize(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice FloatPointer boundaries)
public Bucketize(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice FloatBuffer boundaries)
public Bucketize(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @tensorflow.ArraySlice float... boundaries)
@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.Bucketize operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.Bucketize output(tensorflow.Output output)
Copyright © 2019. All rights reserved.