Package onnx

Interface Onnx.DenotationConstProtoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Onnx.DenotationConstProto, Onnx.DenotationConstProto.Builder
    Enclosing class:
    Onnx

    public static interface Onnx.DenotationConstProtoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasDATABATCH

        boolean hasDATABATCH()
         Describe a batch number dimension.
         
        optional string DATA_BATCH = 1 [default = "DATA_BATCH"];
        Returns:
        Whether the dATABATCH field is set.
      • getDATABATCH

        String getDATABATCH()
         Describe a batch number dimension.
         
        optional string DATA_BATCH = 1 [default = "DATA_BATCH"];
        Returns:
        The dATABATCH.
      • getDATABATCHBytes

        com.google.protobuf.ByteString getDATABATCHBytes()
         Describe a batch number dimension.
         
        optional string DATA_BATCH = 1 [default = "DATA_BATCH"];
        Returns:
        The bytes for dATABATCH.
      • hasDATACHANNEL

        boolean hasDATACHANNEL()
         Describe a channel dimension.
         
        optional string DATA_CHANNEL = 2 [default = "DATA_CHANNEL"];
        Returns:
        Whether the dATACHANNEL field is set.
      • getDATACHANNEL

        String getDATACHANNEL()
         Describe a channel dimension.
         
        optional string DATA_CHANNEL = 2 [default = "DATA_CHANNEL"];
        Returns:
        The dATACHANNEL.
      • getDATACHANNELBytes

        com.google.protobuf.ByteString getDATACHANNELBytes()
         Describe a channel dimension.
         
        optional string DATA_CHANNEL = 2 [default = "DATA_CHANNEL"];
        Returns:
        The bytes for dATACHANNEL.
      • hasDATATIME

        boolean hasDATATIME()
         Describe a time dimension.
         
        optional string DATA_TIME = 3 [default = "DATA_TIME"];
        Returns:
        Whether the dATATIME field is set.
      • getDATATIME

        String getDATATIME()
         Describe a time dimension.
         
        optional string DATA_TIME = 3 [default = "DATA_TIME"];
        Returns:
        The dATATIME.
      • getDATATIMEBytes

        com.google.protobuf.ByteString getDATATIMEBytes()
         Describe a time dimension.
         
        optional string DATA_TIME = 3 [default = "DATA_TIME"];
        Returns:
        The bytes for dATATIME.
      • hasDATAFEATURE

        boolean hasDATAFEATURE()
         Describe a feature dimension. This is typically a feature
         dimension in RNN and/or spatial dimension in CNN.
         
        optional string DATA_FEATURE = 4 [default = "DATA_FEATURE"];
        Returns:
        Whether the dATAFEATURE field is set.
      • getDATAFEATURE

        String getDATAFEATURE()
         Describe a feature dimension. This is typically a feature
         dimension in RNN and/or spatial dimension in CNN.
         
        optional string DATA_FEATURE = 4 [default = "DATA_FEATURE"];
        Returns:
        The dATAFEATURE.
      • getDATAFEATUREBytes

        com.google.protobuf.ByteString getDATAFEATUREBytes()
         Describe a feature dimension. This is typically a feature
         dimension in RNN and/or spatial dimension in CNN.
         
        optional string DATA_FEATURE = 4 [default = "DATA_FEATURE"];
        Returns:
        The bytes for dATAFEATURE.
      • hasFILTERINCHANNEL

        boolean hasFILTERINCHANNEL()
         Describe a filter in-channel dimension. This is the dimension
         that is identical (in size) to the channel dimension of the input
         image feature maps.
         
        optional string FILTER_IN_CHANNEL = 5 [default = "FILTER_IN_CHANNEL"];
        Returns:
        Whether the fILTERINCHANNEL field is set.
      • getFILTERINCHANNEL

        String getFILTERINCHANNEL()
         Describe a filter in-channel dimension. This is the dimension
         that is identical (in size) to the channel dimension of the input
         image feature maps.
         
        optional string FILTER_IN_CHANNEL = 5 [default = "FILTER_IN_CHANNEL"];
        Returns:
        The fILTERINCHANNEL.
      • getFILTERINCHANNELBytes

        com.google.protobuf.ByteString getFILTERINCHANNELBytes()
         Describe a filter in-channel dimension. This is the dimension
         that is identical (in size) to the channel dimension of the input
         image feature maps.
         
        optional string FILTER_IN_CHANNEL = 5 [default = "FILTER_IN_CHANNEL"];
        Returns:
        The bytes for fILTERINCHANNEL.
      • hasFILTEROUTCHANNEL

        boolean hasFILTEROUTCHANNEL()
         Describe a filter out channel dimension. This is the dimension
         that is identical (int size) to the channel dimension of the output
         image feature maps.
         
        optional string FILTER_OUT_CHANNEL = 6 [default = "FILTER_OUT_CHANNEL"];
        Returns:
        Whether the fILTEROUTCHANNEL field is set.
      • getFILTEROUTCHANNEL

        String getFILTEROUTCHANNEL()
         Describe a filter out channel dimension. This is the dimension
         that is identical (int size) to the channel dimension of the output
         image feature maps.
         
        optional string FILTER_OUT_CHANNEL = 6 [default = "FILTER_OUT_CHANNEL"];
        Returns:
        The fILTEROUTCHANNEL.
      • getFILTEROUTCHANNELBytes

        com.google.protobuf.ByteString getFILTEROUTCHANNELBytes()
         Describe a filter out channel dimension. This is the dimension
         that is identical (int size) to the channel dimension of the output
         image feature maps.
         
        optional string FILTER_OUT_CHANNEL = 6 [default = "FILTER_OUT_CHANNEL"];
        Returns:
        The bytes for fILTEROUTCHANNEL.
      • hasFILTERSPATIAL

        boolean hasFILTERSPATIAL()
         Describe a filter spatial dimension.
         
        optional string FILTER_SPATIAL = 7 [default = "FILTER_SPATIAL"];
        Returns:
        Whether the fILTERSPATIAL field is set.
      • getFILTERSPATIAL

        String getFILTERSPATIAL()
         Describe a filter spatial dimension.
         
        optional string FILTER_SPATIAL = 7 [default = "FILTER_SPATIAL"];
        Returns:
        The fILTERSPATIAL.
      • getFILTERSPATIALBytes

        com.google.protobuf.ByteString getFILTERSPATIALBytes()
         Describe a filter spatial dimension.
         
        optional string FILTER_SPATIAL = 7 [default = "FILTER_SPATIAL"];
        Returns:
        The bytes for fILTERSPATIAL.