Class ResourceHandleProto

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.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 org.platanios.tensorflow.proto.ResourceHandleProto
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields 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 java.lang.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 java.lang.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 java.lang.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 java.lang.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.
      • getDtypesAndShapesCount

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

        public com.google.protobuf.ProtocolStringList getAllowedDevicesList()
         A set of devices containing the resource. If empty, the resource only
         exists on `device`.
         
        repeated string allowed_devices = 7;
        Specified by:
        getAllowedDevicesList in interface ResourceHandleProtoOrBuilder
        Returns:
        A list containing the allowedDevices.
      • getAllowedDevicesCount

        public int getAllowedDevicesCount()
         A set of devices containing the resource. If empty, the resource only
         exists on `device`.
         
        repeated string allowed_devices = 7;
        Specified by:
        getAllowedDevicesCount in interface ResourceHandleProtoOrBuilder
        Returns:
        The count of allowedDevices.
      • getAllowedDevices

        public java.lang.String getAllowedDevices​(int index)
         A set of devices containing the resource. If empty, the resource only
         exists on `device`.
         
        repeated string allowed_devices = 7;
        Specified by:
        getAllowedDevices in interface ResourceHandleProtoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The allowedDevices at the given index.
      • getAllowedDevicesBytes

        public com.google.protobuf.ByteString getAllowedDevicesBytes​(int index)
         A set of devices containing the resource. If empty, the resource only
         exists on `device`.
         
        repeated string allowed_devices = 7;
        Specified by:
        getAllowedDevicesBytes in interface ResourceHandleProtoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allowedDevices at the given index.
      • 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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.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​(java.lang.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​(java.nio.ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ResourceHandleProto parseFrom​(java.nio.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​(java.io.InputStream input)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

        public static ResourceHandleProto parseDelimitedFrom​(java.io.InputStream input)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

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

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

        public ResourceHandleProto.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • 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
      • 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