Class TF_Function

All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
AbstractTF_Function.DeleteDeallocator

@Opaque @Properties(inherit=tensorflow.class) public class TF_Function extends AbstractTF_Function
  • Constructor Details

    • TF_Function

      public TF_Function()
      Empty constructor. Calls super((Pointer)null).
    • TF_Function

      public TF_Function(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).