TFE_Context

public class TFE_Context

Public Constructors

TFE_Context()
Empty constructor.
TFE_Context(Pointer p)
Pointer cast constructor.

Inherited Methods

Public Constructors

public TFE_Context ()

Empty constructor. Calls super((Pointer)null).

public TFE_Context (Pointer p)

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