Class AbstractTFE_ContextOptions
java.lang.Object
org.bytedeco.javacpp.Pointer
org.tensorflow.internal.c_api.AbstractTFE_ContextOptions
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
TFE_ContextOptions
@Properties(inherit=tensorflow.class)
public abstract class AbstractTFE_ContextOptions
extends Pointer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classNested classes/interfaces inherited from class Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Calls the deallocator, if registered, otherwise has no effect.static TFE_ContextOptionsCalls TFE_NewContextOptions(), 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
-
AbstractTFE_ContextOptions
-
-
Method Details
-
newContextOptions
Calls TFE_NewContextOptions(), and registers a deallocator.- Returns:
- TFE_ContextOptions created. Do not call TFE_DeleteContextOptions() on it.
-
delete
public void delete()Calls the deallocator, if registered, otherwise has no effect.
-