Class AbstractTF_Function

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

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

    • AbstractTF_Function

      public AbstractTF_Function(Pointer p)
  • Method Details

    • withDeallocator

      public TF_Function withDeallocator()
    • delete

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