public static class tensorflow.Unstage.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 |
capacity_() |
tensorflow.Unstage.Attrs |
capacity_(long capacity_) |
tensorflow.Unstage.Attrs |
Capacity(long x)
Defaults to 0
|
BytePointer |
container_() |
tensorflow.Unstage.Attrs |
container_(BytePointer container_) |
tensorflow.Unstage.Attrs |
Container(BytePointer x)
Defaults to ""
|
tensorflow.Unstage.Attrs |
Container(String x) |
long |
memory_limit_() |
tensorflow.Unstage.Attrs |
memory_limit_(long memory_limit_) |
tensorflow.Unstage.Attrs |
MemoryLimit(long x)
Defaults to 0
|
tensorflow.Unstage.Attrs |
position(long position) |
BytePointer |
shared_name_() |
tensorflow.Unstage.Attrs |
shared_name_(BytePointer shared_name_) |
tensorflow.Unstage.Attrs |
SharedName(BytePointer x)
Defaults to ""
|
tensorflow.Unstage.Attrs |
SharedName(String x) |
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.Unstage.Attrs position(long position)
@ByVal public tensorflow.Unstage.Attrs Capacity(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.Unstage.Attrs MemoryLimit(@Cast(value="tensorflow::int64") long x)
@ByVal public tensorflow.Unstage.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.Unstage.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public tensorflow.Unstage.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public tensorflow.Unstage.Attrs SharedName(@tensorflow.StringPiece String x)
public tensorflow.Unstage.Attrs capacity_(long capacity_)
public tensorflow.Unstage.Attrs memory_limit_(long memory_limit_)
@tensorflow.StringPiece public BytePointer container_()
public tensorflow.Unstage.Attrs container_(BytePointer container_)
@tensorflow.StringPiece public BytePointer shared_name_()
public tensorflow.Unstage.Attrs shared_name_(BytePointer shared_name_)
Copyright © 2019. All rights reserved.