public static class tensorflow.DecodePng.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 |
|---|---|
long |
channels_() |
tensorflow.DecodePng.Attrs |
channels_(long channels_) |
tensorflow.DecodePng.Attrs |
Channels(long x)
Number of color channels for the decoded image.
|
int |
dtype_() |
tensorflow.DecodePng.Attrs |
dtype_(int dtype_) |
tensorflow.DecodePng.Attrs |
Dtype(int x)
Defaults to DT_UINT8
|
tensorflow.DecodePng.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.DecodePng.Attrs position(long position)
@ByVal public tensorflow.DecodePng.Attrs Channels(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.DecodePng.Attrs Dtype(@Cast(value="tensorflow::DataType") int x)
public tensorflow.DecodePng.Attrs channels_(long channels_)
public tensorflow.DecodePng.Attrs dtype_(int dtype_)
Copyright © 2019. All rights reserved.