TF_Output

public class TF_Output

Public Constructors

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

Public Methods

TF_Output
getPointer(long i)
int
index()
TF_Output
index(int setter)
TF_Operation
oper()
TF_Output
oper(TF_Operation setter)
TF_Output
position(long position)

Inherited Methods

Public Constructors

public TF_Output ()

Default native constructor.

public TF_Output (long size)

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

public TF_Output (Pointer p)

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

Public Methods

public TF_Output getPointer (long i)

public int index ()

public TF_Output index (int setter)

public TF_Operation oper ()

public TF_Output oper (TF_Operation setter)

public TF_Output position (long position)