Class TFE_Context
java.lang.Object
org.bytedeco.javacpp.Pointer
org.tensorflow.internal.c_api.AbstractTFE_Context
org.tensorflow.internal.c_api.TFE_Context
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
AbstractTFE_Context.DeleteDeallocator
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractTFE_Context
AbstractTFE_Context.DeleteDeallocatorNested classes/interfaces inherited from class Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
Fields inherited from class AbstractTFE_Context
optsModifier and TypeFieldDescriptionprotected TFE_ContextOptionsReferences to prevent deallocation. -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.Pointer cast constructor. -
Method Summary
Methods inherited from class AbstractTFE_Context
delete, newContextModifier and TypeMethodDescriptionvoiddelete()Calls the deallocator, if registered, otherwise has no effect.static TFE_ContextnewContext(TFE_ContextOptions opts, TF_Status status) Calls TFE_NewContext(), and registers a deallocator.Methods inherited from class Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
Constructor Details
-
TFE_Context
public TFE_Context()Empty constructor. Callssuper((Pointer)null). -
TFE_Context
Pointer cast constructor. InvokesPointer(Pointer).
-