Interface ApiDefOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ApiDef, ApiDef.Builder

    public interface ApiDefOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getArgOrder​(int index)
      List of original in_arg names to specify new argument order.
      com.google.protobuf.ByteString getArgOrderBytes​(int index)
      List of original in_arg names to specify new argument order.
      int getArgOrderCount()
      List of original in_arg names to specify new argument order.
      java.util.List<java.lang.String> getArgOrderList()
      List of original in_arg names to specify new argument order.
      ApiDef.Attr getAttr​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      int getAttrCount()
      repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      java.util.List<ApiDef.Attr> getAttrList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      ApiDef.AttrOrBuilder getAttrOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      java.util.List<? extends ApiDef.AttrOrBuilder> getAttrOrBuilderList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      java.lang.String getDeprecationMessage()
      If this op is deprecated, set deprecation message to the message that should be logged when this op is used.
      com.google.protobuf.ByteString getDeprecationMessageBytes()
      If this op is deprecated, set deprecation message to the message that should be logged when this op is used.
      int getDeprecationVersion()
      Major version when the op will be deleted.
      java.lang.String getDescription()
      Additional, longer human-readable description of what the Op does.
      com.google.protobuf.ByteString getDescriptionBytes()
      Additional, longer human-readable description of what the Op does.
      java.lang.String getDescriptionPrefix()
      Modify an existing/inherited description by adding text to the beginning or end.
      com.google.protobuf.ByteString getDescriptionPrefixBytes()
      Modify an existing/inherited description by adding text to the beginning or end.
      java.lang.String getDescriptionSuffix()
      string description_suffix = 10;
      com.google.protobuf.ByteString getDescriptionSuffixBytes()
      string description_suffix = 10;
      ApiDef.Endpoint getEndpoint​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      int getEndpointCount()
      repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      java.util.List<ApiDef.Endpoint> getEndpointList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      ApiDef.EndpointOrBuilder getEndpointOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      java.util.List<? extends ApiDef.EndpointOrBuilder> getEndpointOrBuilderList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      java.lang.String getGraphOpName()
      Name of the op (in the OpDef) to specify the API for.
      com.google.protobuf.ByteString getGraphOpNameBytes()
      Name of the op (in the OpDef) to specify the API for.
      ApiDef.Arg getInArg​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      int getInArgCount()
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      java.util.List<ApiDef.Arg> getInArgList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      ApiDef.ArgOrBuilder getInArgOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      java.util.List<? extends ApiDef.ArgOrBuilder> getInArgOrBuilderList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      ApiDef.Arg getOutArg​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      int getOutArgCount()
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      java.util.List<ApiDef.Arg> getOutArgList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      ApiDef.ArgOrBuilder getOutArgOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      java.util.List<? extends ApiDef.ArgOrBuilder> getOutArgOrBuilderList()
      repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      java.lang.String getSummary()
      One-line human-readable description of what the Op does.
      com.google.protobuf.ByteString getSummaryBytes()
      One-line human-readable description of what the Op does.
      ApiDef.Visibility getVisibility()
      .org.platanios.tensorflow.proto.ApiDef.Visibility visibility = 2;
      int getVisibilityValue()
      .org.platanios.tensorflow.proto.ApiDef.Visibility visibility = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getGraphOpName

        java.lang.String getGraphOpName()
         Name of the op (in the OpDef) to specify the API for.
         
        string graph_op_name = 1;
        Returns:
        The graphOpName.
      • getGraphOpNameBytes

        com.google.protobuf.ByteString getGraphOpNameBytes()
         Name of the op (in the OpDef) to specify the API for.
         
        string graph_op_name = 1;
        Returns:
        The bytes for graphOpName.
      • getDeprecationMessage

        java.lang.String getDeprecationMessage()
         If this op is deprecated, set deprecation message to the message
         that should be logged when this op is used.
         The message should indicate alternative op to use, if any.
         
        string deprecation_message = 12;
        Returns:
        The deprecationMessage.
      • getDeprecationMessageBytes

        com.google.protobuf.ByteString getDeprecationMessageBytes()
         If this op is deprecated, set deprecation message to the message
         that should be logged when this op is used.
         The message should indicate alternative op to use, if any.
         
        string deprecation_message = 12;
        Returns:
        The bytes for deprecationMessage.
      • getDeprecationVersion

        int getDeprecationVersion()
         Major version when the op will be deleted. For e.g. set this
         value to 2 if op API should be removed in TensorFlow 2.0 and
         deprecated in versions before that.
         
        int32 deprecation_version = 13;
        Returns:
        The deprecationVersion.
      • getVisibilityValue

        int getVisibilityValue()
        .org.platanios.tensorflow.proto.ApiDef.Visibility visibility = 2;
        Returns:
        The enum numeric value on the wire for visibility.
      • getVisibility

        ApiDef.Visibility getVisibility()
        .org.platanios.tensorflow.proto.ApiDef.Visibility visibility = 2;
        Returns:
        The visibility.
      • getEndpointList

        java.util.List<ApiDef.Endpoint> getEndpointList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      • getEndpoint

        ApiDef.Endpoint getEndpoint​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      • getEndpointCount

        int getEndpointCount()
        repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      • getEndpointOrBuilderList

        java.util.List<? extends ApiDef.EndpointOrBuilder> getEndpointOrBuilderList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      • getEndpointOrBuilder

        ApiDef.EndpointOrBuilder getEndpointOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Endpoint endpoint = 3;
      • getInArgList

        java.util.List<ApiDef.Arg> getInArgList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      • getInArg

        ApiDef.Arg getInArg​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      • getInArgCount

        int getInArgCount()
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      • getInArgOrBuilderList

        java.util.List<? extends ApiDef.ArgOrBuilder> getInArgOrBuilderList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      • getInArgOrBuilder

        ApiDef.ArgOrBuilder getInArgOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg in_arg = 4;
      • getOutArgList

        java.util.List<ApiDef.Arg> getOutArgList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      • getOutArg

        ApiDef.Arg getOutArg​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      • getOutArgCount

        int getOutArgCount()
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      • getOutArgOrBuilderList

        java.util.List<? extends ApiDef.ArgOrBuilder> getOutArgOrBuilderList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      • getOutArgOrBuilder

        ApiDef.ArgOrBuilder getOutArgOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Arg out_arg = 5;
      • getArgOrderList

        java.util.List<java.lang.String> getArgOrderList()
         List of original in_arg names to specify new argument order.
         Length of arg_order should be either empty to keep current order
         or match size of in_arg.
         
        repeated string arg_order = 11;
        Returns:
        A list containing the argOrder.
      • getArgOrderCount

        int getArgOrderCount()
         List of original in_arg names to specify new argument order.
         Length of arg_order should be either empty to keep current order
         or match size of in_arg.
         
        repeated string arg_order = 11;
        Returns:
        The count of argOrder.
      • getArgOrder

        java.lang.String getArgOrder​(int index)
         List of original in_arg names to specify new argument order.
         Length of arg_order should be either empty to keep current order
         or match size of in_arg.
         
        repeated string arg_order = 11;
        Parameters:
        index - The index of the element to return.
        Returns:
        The argOrder at the given index.
      • getArgOrderBytes

        com.google.protobuf.ByteString getArgOrderBytes​(int index)
         List of original in_arg names to specify new argument order.
         Length of arg_order should be either empty to keep current order
         or match size of in_arg.
         
        repeated string arg_order = 11;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the argOrder at the given index.
      • getAttrList

        java.util.List<ApiDef.Attr> getAttrList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      • getAttr

        ApiDef.Attr getAttr​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      • getAttrCount

        int getAttrCount()
        repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      • getAttrOrBuilderList

        java.util.List<? extends ApiDef.AttrOrBuilder> getAttrOrBuilderList()
        repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      • getAttrOrBuilder

        ApiDef.AttrOrBuilder getAttrOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.ApiDef.Attr attr = 6;
      • getSummary

        java.lang.String getSummary()
         One-line human-readable description of what the Op does.
         
        string summary = 7;
        Returns:
        The summary.
      • getSummaryBytes

        com.google.protobuf.ByteString getSummaryBytes()
         One-line human-readable description of what the Op does.
         
        string summary = 7;
        Returns:
        The bytes for summary.
      • getDescription

        java.lang.String getDescription()
         Additional, longer human-readable description of what the Op does.
         
        string description = 8;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Additional, longer human-readable description of what the Op does.
         
        string description = 8;
        Returns:
        The bytes for description.
      • getDescriptionPrefix

        java.lang.String getDescriptionPrefix()
         Modify an existing/inherited description by adding text to the beginning
         or end.
         
        string description_prefix = 9;
        Returns:
        The descriptionPrefix.
      • getDescriptionPrefixBytes

        com.google.protobuf.ByteString getDescriptionPrefixBytes()
         Modify an existing/inherited description by adding text to the beginning
         or end.
         
        string description_prefix = 9;
        Returns:
        The bytes for descriptionPrefix.
      • getDescriptionSuffix

        java.lang.String getDescriptionSuffix()
        string description_suffix = 10;
        Returns:
        The descriptionSuffix.
      • getDescriptionSuffixBytes

        com.google.protobuf.ByteString getDescriptionSuffixBytes()
        string description_suffix = 10;
        Returns:
        The bytes for descriptionSuffix.