Class AbstractTF_SessionOptions

java.lang.Object
org.bytedeco.javacpp.Pointer
org.tensorflow.internal.c_api.AbstractTF_SessionOptions
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
TF_SessionOptions

@Properties(inherit=tensorflow.class) public abstract class AbstractTF_SessionOptions extends Pointer
  • Constructor Details

    • AbstractTF_SessionOptions

      public AbstractTF_SessionOptions(Pointer p)
  • Method Details

    • newSessionOptions

      public static TF_SessionOptions newSessionOptions()
      Calls TF_NewSessionOptions(), and registers a deallocator.
      Returns:
      TF_SessionOptions created. Do not call TF_DeleteSessionOptions() on it.
    • delete

      public void delete()
      Calls the deallocator, if registered, otherwise has no effect.