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
  • Constructor Details

    • AbstractTFE_ContextOptions

      public AbstractTFE_ContextOptions(Pointer p)
  • Method Details

    • newContextOptions

      public static TFE_ContextOptions 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.