Class TFJ_Scope

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

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

    • TFJ_Scope

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

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