Class OpDef.ArgDef

  • All Implemented Interfaces:
    Serializable, org.nd4j.shade.protobuf.Message, org.nd4j.shade.protobuf.MessageLite, org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder, OpDef.ArgDefOrBuilder
    Enclosing class:
    OpDef

    public static final class OpDef.ArgDef
    extends org.nd4j.shade.protobuf.GeneratedMessageV3
    implements OpDef.ArgDefOrBuilder
     For describing inputs and outputs.
     
    Protobuf type tensorflow.OpDef.ArgDef
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OpDef.ArgDef.Builder
      For describing inputs and outputs.
      • Nested classes/interfaces inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3

        org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,​BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,​BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class org.nd4j.shade.protobuf.AbstractMessageLite

        org.nd4j.shade.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected Object newInstance​(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
         
        string name = 1;
        Specified by:
        getName in interface OpDef.ArgDefOrBuilder
        Returns:
        The name.
      • getNameBytes

        public org.nd4j.shade.protobuf.ByteString getNameBytes()
         Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
         
        string name = 1;
        Specified by:
        getNameBytes in interface OpDef.ArgDefOrBuilder
        Returns:
        The bytes for name.
      • getDescriptionBytes

        public org.nd4j.shade.protobuf.ByteString getDescriptionBytes()
         Human readable description.
         
        string description = 2;
        Specified by:
        getDescriptionBytes in interface OpDef.ArgDefOrBuilder
        Returns:
        The bytes for description.
      • getTypeValue

        public int getTypeValue()
         Describes the type of one or more tensors that are accepted/produced
         by this input/output arg.  The only legal combinations are:
         * For a single tensor: either the "type" field is set or the
           "type_attr" field is set to the name of an attr with type "type".
         * For a sequence of tensors with the same type: the "number_attr"
           field will be set to the name of an attr with type "int", and
           either the "type" or "type_attr" field will be set as for
           single tensors.
         * For a sequence of tensors, the "type_list_attr" field will be set
           to the name of an attr with type "list(type)".
         
        .tensorflow.DataType type = 3;
        Specified by:
        getTypeValue in interface OpDef.ArgDefOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • getType

        public DataType getType()
         Describes the type of one or more tensors that are accepted/produced
         by this input/output arg.  The only legal combinations are:
         * For a single tensor: either the "type" field is set or the
           "type_attr" field is set to the name of an attr with type "type".
         * For a sequence of tensors with the same type: the "number_attr"
           field will be set to the name of an attr with type "int", and
           either the "type" or "type_attr" field will be set as for
           single tensors.
         * For a sequence of tensors, the "type_list_attr" field will be set
           to the name of an attr with type "list(type)".
         
        .tensorflow.DataType type = 3;
        Specified by:
        getType in interface OpDef.ArgDefOrBuilder
        Returns:
        The type.
      • getTypeAttr

        public String getTypeAttr()
         if specified, attr must have type "type"
         
        string type_attr = 4;
        Specified by:
        getTypeAttr in interface OpDef.ArgDefOrBuilder
        Returns:
        The typeAttr.
      • getTypeAttrBytes

        public org.nd4j.shade.protobuf.ByteString getTypeAttrBytes()
         if specified, attr must have type "type"
         
        string type_attr = 4;
        Specified by:
        getTypeAttrBytes in interface OpDef.ArgDefOrBuilder
        Returns:
        The bytes for typeAttr.
      • getNumberAttr

        public String getNumberAttr()
         if specified, attr must have type "int"
         
        string number_attr = 5;
        Specified by:
        getNumberAttr in interface OpDef.ArgDefOrBuilder
        Returns:
        The numberAttr.
      • getNumberAttrBytes

        public org.nd4j.shade.protobuf.ByteString getNumberAttrBytes()
         if specified, attr must have type "int"
         
        string number_attr = 5;
        Specified by:
        getNumberAttrBytes in interface OpDef.ArgDefOrBuilder
        Returns:
        The bytes for numberAttr.
      • getTypeListAttr

        public String getTypeListAttr()
         If specified, attr must have type "list(type)", and none of
         type, type_attr, and number_attr may be specified.
         
        string type_list_attr = 6;
        Specified by:
        getTypeListAttr in interface OpDef.ArgDefOrBuilder
        Returns:
        The typeListAttr.
      • getTypeListAttrBytes

        public org.nd4j.shade.protobuf.ByteString getTypeListAttrBytes()
         If specified, attr must have type "list(type)", and none of
         type, type_attr, and number_attr may be specified.
         
        string type_list_attr = 6;
        Specified by:
        getTypeListAttrBytes in interface OpDef.ArgDefOrBuilder
        Returns:
        The bytes for typeListAttr.
      • getIsRef

        public boolean getIsRef()
         For inputs: if true, the inputs are required to be refs.
           By default, inputs can be either refs or non-refs.
         For outputs: if true, outputs are refs, otherwise they are not.
         
        bool is_ref = 16;
        Specified by:
        getIsRef in interface OpDef.ArgDefOrBuilder
        Returns:
        The isRef.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(org.nd4j.shade.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        writeTo in class org.nd4j.shade.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        getSerializedSize in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface org.nd4j.shade.protobuf.Message
        Overrides:
        equals in class org.nd4j.shade.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.nd4j.shade.protobuf.Message
        Overrides:
        hashCode in class org.nd4j.shade.protobuf.AbstractMessage
      • parseFrom

        public static OpDef.ArgDef parseFrom​(ByteBuffer data)
                                      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpDef.ArgDef parseFrom​(ByteBuffer data,
                                             org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpDef.ArgDef parseFrom​(org.nd4j.shade.protobuf.ByteString data)
                                      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpDef.ArgDef parseFrom​(org.nd4j.shade.protobuf.ByteString data,
                                             org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpDef.ArgDef parseFrom​(byte[] data)
                                      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpDef.ArgDef parseFrom​(byte[] data,
                                             org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpDef.ArgDef parseFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                             org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • newBuilderForType

        public OpDef.ArgDef.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface org.nd4j.shade.protobuf.Message
        Specified by:
        newBuilderForType in interface org.nd4j.shade.protobuf.MessageLite
      • toBuilder

        public OpDef.ArgDef.Builder toBuilder()
        Specified by:
        toBuilder in interface org.nd4j.shade.protobuf.Message
        Specified by:
        toBuilder in interface org.nd4j.shade.protobuf.MessageLite
      • newBuilderForType

        protected OpDef.ArgDef.Builder newBuilderForType​(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static OpDef.ArgDef getDefaultInstance()
      • parser

        public static org.nd4j.shade.protobuf.Parser<OpDef.ArgDef> parser()
      • getParserForType

        public org.nd4j.shade.protobuf.Parser<OpDef.ArgDef> getParserForType()
        Specified by:
        getParserForType in interface org.nd4j.shade.protobuf.Message
        Specified by:
        getParserForType in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        getParserForType in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public OpDef.ArgDef getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder