Class TF_Library

java.lang.Object
org.bytedeco.javacpp.Pointer
org.tensorflow.internal.c_api.TF_Library
All Implemented Interfaces:
AutoCloseable

@Opaque @Properties(inherit=tensorflow.class) public class TF_Library extends Pointer
  • Constructor Details

    • TF_Library

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

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