Class ResourceHandleProto

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.tensorflow.framework.ResourceHandleProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ResourceHandleProtoOrBuilder

public final class ResourceHandleProto extends com.google.protobuf.GeneratedMessageV3 implements ResourceHandleProtoOrBuilder
 Protocol buffer representing a handle to a tensorflow resource. Handles are
 not valid across executions, but can be serialized back and forth from within
 a single run.
 
Protobuf type tensorflow.ResourceHandleProto
See Also:
  • Field Details

    • DEVICE_FIELD_NUMBER

      public static final int DEVICE_FIELD_NUMBER
      See Also:
    • CONTAINER_FIELD_NUMBER

      public static final int CONTAINER_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • HASH_CODE_FIELD_NUMBER

      public static final int HASH_CODE_FIELD_NUMBER
      See Also:
    • MAYBE_TYPE_NAME_FIELD_NUMBER

      public static final int MAYBE_TYPE_NAME_FIELD_NUMBER
      See Also:
    • DTYPES_AND_SHAPES_FIELD_NUMBER

      public static final int DTYPES_AND_SHAPES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getDevice

      public String getDevice()
       Unique name for the device containing the resource.
       
      string device = 1;
      Specified by:
      getDevice in interface ResourceHandleProtoOrBuilder
      Returns:
      The device.
    • getDeviceBytes

      public com.google.protobuf.ByteString getDeviceBytes()
       Unique name for the device containing the resource.
       
      string device = 1;
      Specified by:
      getDeviceBytes in interface ResourceHandleProtoOrBuilder
      Returns:
      The bytes for device.
    • getContainer

      public String getContainer()
       Container in which this resource is placed.
       
      string container = 2;
      Specified by:
      getContainer in interface ResourceHandleProtoOrBuilder
      Returns:
      The container.
    • getContainerBytes

      public com.google.protobuf.ByteString getContainerBytes()
       Container in which this resource is placed.
       
      string container = 2;
      Specified by:
      getContainerBytes in interface ResourceHandleProtoOrBuilder
      Returns:
      The bytes for container.
    • getName

      public String getName()
       Unique name of this resource.
       
      string name = 3;
      Specified by:
      getName in interface ResourceHandleProtoOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Unique name of this resource.
       
      string name = 3;
      Specified by:
      getNameBytes in interface ResourceHandleProtoOrBuilder
      Returns:
      The bytes for name.
    • getHashCode

      public long getHashCode()
       Hash code for the type of the resource. Is only valid in the same device
       and in the same execution.
       
      uint64 hash_code = 4;
      Specified by:
      getHashCode in interface ResourceHandleProtoOrBuilder
      Returns:
      The hashCode.
    • getMaybeTypeName

      public String getMaybeTypeName()
       For debug-only, the name of the type pointed to by this handle, if
       available.
       
      string maybe_type_name = 5;
      Specified by:
      getMaybeTypeName in interface ResourceHandleProtoOrBuilder
      Returns:
      The maybeTypeName.
    • getMaybeTypeNameBytes

      public com.google.protobuf.ByteString getMaybeTypeNameBytes()
       For debug-only, the name of the type pointed to by this handle, if
       available.
       
      string maybe_type_name = 5;
      Specified by:
      getMaybeTypeNameBytes in interface ResourceHandleProtoOrBuilder
      Returns:
      The bytes for maybeTypeName.
    • getDtypesAndShapesList

      public List<ResourceHandleProto.DtypeAndShape> getDtypesAndShapesList()
       Data types and shapes for the underlying resource.
       
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
      Specified by:
      getDtypesAndShapesList in interface ResourceHandleProtoOrBuilder
    • getDtypesAndShapesOrBuilderList

      public List<? extends ResourceHandleProto.DtypeAndShapeOrBuilder> getDtypesAndShapesOrBuilderList()
       Data types and shapes for the underlying resource.
       
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
      Specified by:
      getDtypesAndShapesOrBuilderList in interface ResourceHandleProtoOrBuilder
    • getDtypesAndShapesCount

      public int getDtypesAndShapesCount()
       Data types and shapes for the underlying resource.
       
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
      Specified by:
      getDtypesAndShapesCount in interface ResourceHandleProtoOrBuilder
    • getDtypesAndShapes

      public ResourceHandleProto.DtypeAndShape getDtypesAndShapes(int index)
       Data types and shapes for the underlying resource.
       
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
      Specified by:
      getDtypesAndShapes in interface ResourceHandleProtoOrBuilder
    • getDtypesAndShapesOrBuilder

      public ResourceHandleProto.DtypeAndShapeOrBuilder getDtypesAndShapesOrBuilder(int index)
       Data types and shapes for the underlying resource.
       
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;
      Specified by:
      getDtypesAndShapesOrBuilder in interface ResourceHandleProtoOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ResourceHandleProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ResourceHandleProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ResourceHandleProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ResourceHandleProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ResourceHandleProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ResourceHandleProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ResourceHandleProto parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ResourceHandleProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ResourceHandleProto parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ResourceHandleProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ResourceHandleProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ResourceHandleProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ResourceHandleProto.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ResourceHandleProto.Builder newBuilder()
    • newBuilder

      public static ResourceHandleProto.Builder newBuilder(ResourceHandleProto prototype)
    • toBuilder

      public ResourceHandleProto.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ResourceHandleProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ResourceHandleProto getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ResourceHandleProto> parser()
    • getParserForType

      public com.google.protobuf.Parser<ResourceHandleProto> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ResourceHandleProto getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder