Packages

object ApiDef extends GeneratedMessageCompanion[ApiDef]

Linear Supertypes
GeneratedMessageCompanion[ApiDef], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApiDef
  2. GeneratedMessageCompanion
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ApiDefLens[UpperPB] extends ObjectLens[UpperPB, ApiDef]
  2. final case class Arg(name: String = "", renameTo: String = "", description: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Arg] with Product with Serializable

    renameTo

    Change the name used to access this arg in the API from what is used in the GraphDef. Note that these names in backticks will also be replaced in the summary & description fields.

    description

    Note: this will replace any inherited arg doc. There is no current way of modifying arg descriptions (other than replacing them entirely) as can be done with op descriptions.

    Annotations
    @SerialVersionUID()
  3. final case class Attr(name: String = "", renameTo: String = "", defaultValue: Option[AttrValue] = _root_.scala.None, description: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Attr] with Product with Serializable

    Description of the graph-construction-time configuration of this Op.

    Description of the graph-construction-time configuration of this Op. That is to say, this describes the attr fields that will be specified in the NodeDef.

    renameTo

    Change the name used to access this attr in the API from what is used in the GraphDef. Note that these names in backticks will also be replaced in the summary & description fields.

    defaultValue

    Specify a new default value to use for this attr. This default will be used when creating new graphs, as opposed to the default in the OpDef, which will be used when interpreting old GraphDefs.

    description

    Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions.

    Annotations
    @SerialVersionUID()
  4. final case class Endpoint(name: String = "", deprecated: Boolean = false, deprecationVersion: Int = 0, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Endpoint] with Product with Serializable

    If you specify any endpoint, this will replace all of the inherited endpoints.

    If you specify any endpoint, this will replace all of the inherited endpoints. The first endpoint should be the "canonical" endpoint, and should not be deprecated (unless all endpoints are deprecated).

    name

    Name should be either like "CamelCaseName" or "Package.CamelCaseName". Client-language-specific ApiDefs may use a snake_case convention instead of CamelCase.

    deprecated

    Set if this endpoint is deprecated. If set to true, a message suggesting to use a non-deprecated endpoint instead will be printed. If all endpoints are deprecated, set deprecation_message in ApiDef instead.

    deprecationVersion

    Major version when an endpoint will be deleted. For e.g. set this value to 2 if endpoint should be removed in TensorFlow 2.0 and deprecated in versions before that.

    Annotations
    @SerialVersionUID()
  5. type ValueType = ApiDef
    Definition Classes
    GeneratedMessageCompanion
  6. sealed abstract class Visibility extends GeneratedEnum

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val ARG_ORDER_FIELD_NUMBER: Int(11)
  5. final val ATTR_FIELD_NUMBER: Int(6)
  6. final val DEPRECATION_MESSAGE_FIELD_NUMBER: Int(12)
  7. final val DEPRECATION_VERSION_FIELD_NUMBER: Int(13)
  8. final val DESCRIPTION_FIELD_NUMBER: Int(8)
  9. final val DESCRIPTION_PREFIX_FIELD_NUMBER: Int(9)
  10. final val DESCRIPTION_SUFFIX_FIELD_NUMBER: Int(10)
  11. final val ENDPOINT_FIELD_NUMBER: Int(3)
  12. final val GRAPH_OP_NAME_FIELD_NUMBER: Int(1)
  13. final val IN_ARG_FIELD_NUMBER: Int(4)
  14. final val OUT_ARG_FIELD_NUMBER: Int(5)
  15. final val SUMMARY_FIELD_NUMBER: Int(7)
  16. final val VISIBILITY_FIELD_NUMBER: Int(2)
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  19. lazy val defaultInstance: ApiDef
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  20. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  21. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def fromAscii(s: String): ApiDef
    Definition Classes
    GeneratedMessageCompanion
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def javaDescriptor: Descriptor
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  29. def merge(a: ApiDef, input: CodedInputStream): ApiDef
    Definition Classes
    GeneratedMessageCompanion
  30. implicit def messageCompanion: GeneratedMessageCompanion[ApiDef]
  31. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  32. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  33. implicit def messageReads: Reads[ApiDef]
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def of(graphOpName: String, deprecationMessage: String, deprecationVersion: Int, visibility: Visibility, endpoint: Seq[Endpoint], inArg: Seq[Arg], outArg: Seq[Arg], argOrder: Seq[String], attr: Seq[Attr], summary: String, description: String, descriptionPrefix: String, descriptionSuffix: String): ApiDef
  39. def parseDelimitedFrom(input: InputStream): Option[ApiDef]
    Definition Classes
    GeneratedMessageCompanion
  40. def parseDelimitedFrom(input: CodedInputStream): Option[ApiDef]
    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(_input__: CodedInputStream): ApiDef
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  42. def parseFrom(s: Array[Byte]): ApiDef
    Definition Classes
    GeneratedMessageCompanion
  43. def parseFrom(input: InputStream): ApiDef
    Definition Classes
    GeneratedMessageCompanion
  44. def scalaDescriptor: Descriptor
    Definition Classes
    ApiDef → GeneratedMessageCompanion
  45. def streamFromDelimitedInput(input: InputStream): Stream[ApiDef]
    Definition Classes
    GeneratedMessageCompanion
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toByteArray(a: ApiDef): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def validate(s: Array[Byte]): Try[ApiDef]
    Definition Classes
    GeneratedMessageCompanion
  50. def validateAscii(s: String): Either[TextFormatError, ApiDef]
    Definition Classes
    GeneratedMessageCompanion
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. object Arg extends GeneratedMessageCompanion[Arg]
  55. object Attr extends GeneratedMessageCompanion[Attr]
  56. object Endpoint extends GeneratedMessageCompanion[Endpoint]
  57. object Visibility extends GeneratedEnumCompanion[Visibility]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GeneratedMessageCompanion[ApiDef]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped