TF_AllocatorAttributes

public class TF_AllocatorAttributes

Public Constructors

TF_AllocatorAttributes()
Default native constructor.
TF_AllocatorAttributes(long size)
Native array allocator.
TF_AllocatorAttributes(Pointer p)
Pointer cast constructor.

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public TF_AllocatorAttributes ()

Default native constructor.

public TF_AllocatorAttributes (long size)

Native array allocator. Access with ERROR(/Pointer#position(long)).

public TF_AllocatorAttributes (Pointer p)

Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer)).

Public Methods

public TF_AllocatorAttributes getPointer (long i)

public byte on_host ()

public TF_AllocatorAttributes on_host (byte setter)

public TF_AllocatorAttributes position (long position)

public long struct_size ()

public TF_AllocatorAttributes struct_size (long setter)