TFE_TensorHandle

public class TFE_TensorHandle

Public Constructors

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

Inherited Methods

org.tensorflow.internal.c_api.AbstractTFE_TensorHandle
void
delete()
Calls the deallocator, if registered, otherwise has no effect.
static TFE_TensorHandle
newTensor(TF_Tensor t, TF_Status status)
Calls TFE_NewTensorHandle(), and registers a deallocator.
TFE_TensorHandle
withDeallocator()
Registers a deallocator and returns this.
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_TensorHandle ()

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

public TFE_TensorHandle (Pointer p)

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