public static class tensorflow.TopK.Attrs extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Attrs()
Default native constructor.
|
Attrs(long size)
Native array allocator.
|
Attrs(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
tensorflow.TopK.Attrs |
position(long position) |
boolean |
sorted_() |
tensorflow.TopK.Attrs |
sorted_(boolean sorted_) |
tensorflow.TopK.Attrs |
Sorted(boolean x)
If true the resulting
k elements will be sorted by the values in
descending order. |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Attrs()
public Attrs(long size)
Pointer.position(long).public Attrs(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.TopK.Attrs position(long position)
@ByVal public tensorflow.TopK.Attrs Sorted(@Cast(value="bool") boolean x)
k elements will be sorted by the values in
descending order.
Defaults to truepublic tensorflow.TopK.Attrs sorted_(boolean sorted_)
Copyright © 2019. All rights reserved.