public class
TFE_Op
Public Constructors
Inherited Methods
void |
delete()
Calls the deallocator, if registered, otherwise has no effect.
|
static TFE_Op |
newOp(TFE_Context ctx, String op_or_function_name, TF_Status status)
Calls TFE_NewOp(), and registers a deallocator.
|
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 TFE_Op ()
Empty constructor. Calls super((Pointer)null)
.