public static class tensorflow.DecodeRaw.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 |
|---|---|
boolean |
little_endian_() |
tensorflow.DecodeRaw.Attrs |
little_endian_(boolean little_endian_) |
tensorflow.DecodeRaw.Attrs |
LittleEndian(boolean x)
Whether the input
bytes are in little-endian order. |
tensorflow.DecodeRaw.Attrs |
position(long position) |
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.DecodeRaw.Attrs position(long position)
@ByVal public tensorflow.DecodeRaw.Attrs LittleEndian(@Cast(value="bool") boolean x)
bytes are in little-endian order.
Ignored for out_type values that are stored in a single byte like
uint8.
Defaults to truepublic tensorflow.DecodeRaw.Attrs little_endian_(boolean little_endian_)
Copyright © 2019. All rights reserved.