Class TFE_OpAttrs

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

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

    • TFE_OpAttrs

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

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