final case class FunctionProto(name: Option[String] = _root_.scala.None, input: Seq[String] = _root_.scala.Seq.empty, output: Seq[String] = _root_.scala.Seq.empty, attribute: Seq[String] = _root_.scala.Seq.empty, node: Seq[NodeProto] = _root_.scala.Seq.empty, docString: Option[String] = _root_.scala.None, opsetImport: Seq[OperatorSetIdProto] = _root_.scala.Seq.empty, domain: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[FunctionProto] with Product with Serializable

name

The name of the function, similar usage of op_type in OperatorProto. Combined with FunctionProto.domain, this forms the unique identity of the FunctionProto.

input

The inputs and outputs of the function.

attribute

The attributes of the function.

node

The nodes in the function.

docString

A human-readable documentation for this function. Markdown is allowed.

domain

The domain which this function belongs to. Combined with FunctionProto.name, this forms the unique identity of the FunctionProto.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[FunctionProto], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunctionProto
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FunctionProto(name: Option[String] = _root_.scala.None, input: Seq[String] = _root_.scala.Seq.empty, output: Seq[String] = _root_.scala.Seq.empty, attribute: Seq[String] = _root_.scala.Seq.empty, node: Seq[NodeProto] = _root_.scala.Seq.empty, docString: Option[String] = _root_.scala.None, opsetImport: Seq[OperatorSetIdProto] = _root_.scala.Seq.empty, domain: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)

    name

    The name of the function, similar usage of op_type in OperatorProto. Combined with FunctionProto.domain, this forms the unique identity of the FunctionProto.

    input

    The inputs and outputs of the function.

    attribute

    The attributes of the function.

    node

    The nodes in the function.

    docString

    A human-readable documentation for this function. Markdown is allowed.

    domain

    The domain which this function belongs to. Combined with FunctionProto.name, this forms the unique identity of the FunctionProto.

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. def addAllAttribute(__vs: Iterable[String]): FunctionProto
  5. def addAllInput(__vs: Iterable[String]): FunctionProto
  6. def addAllNode(__vs: Iterable[NodeProto]): FunctionProto
  7. def addAllOpsetImport(__vs: Iterable[OperatorSetIdProto]): FunctionProto
  8. def addAllOutput(__vs: Iterable[String]): FunctionProto
  9. def addAttribute(__vs: String*): FunctionProto
  10. def addInput(__vs: String*): FunctionProto
  11. def addNode(__vs: NodeProto*): FunctionProto
  12. def addOpsetImport(__vs: OperatorSetIdProto*): FunctionProto
  13. def addOutput(__vs: String*): FunctionProto
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val attribute: Seq[String]
  16. def clearAttribute: FunctionProto
  17. def clearDocString: FunctionProto
  18. def clearDomain: FunctionProto
  19. def clearInput: FunctionProto
  20. def clearName: FunctionProto
  21. def clearNode: FunctionProto
  22. def clearOpsetImport: FunctionProto
  23. def clearOutput: FunctionProto
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  25. def companion: FunctionProto.type
    Definition Classes
    FunctionProto → GeneratedMessage
  26. def discardUnknownFields: FunctionProto
  27. val docString: Option[String]
  28. val domain: Option[String]
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def getDocString: String
  32. def getDomain: String
  33. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    FunctionProto → GeneratedMessage
  34. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    FunctionProto → GeneratedMessage
  35. def getName: String
  36. val input: Seq[String]
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. val name: Option[String]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. val node: Seq[NodeProto]
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. val opsetImport: Seq[OperatorSetIdProto]
  44. val output: Seq[String]
  45. def serializedSize: Int
    Definition Classes
    FunctionProto → GeneratedMessage
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  48. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  49. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  50. def toProtoString: String
    Definition Classes
    FunctionProto → GeneratedMessage
  51. val unknownFields: UnknownFieldSet
  52. def update(ms: (Lens[FunctionProto, FunctionProto]) ⇒ Mutation[FunctionProto]*): FunctionProto
    Definition Classes
    Updatable
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withAttribute(__v: Seq[String]): FunctionProto
  57. def withDocString(__v: String): FunctionProto
  58. def withDomain(__v: String): FunctionProto
  59. def withInput(__v: Seq[String]): FunctionProto
  60. def withName(__v: String): FunctionProto
  61. def withNode(__v: Seq[NodeProto]): FunctionProto
  62. def withOpsetImport(__v: Seq[OperatorSetIdProto]): FunctionProto
  63. def withOutput(__v: Seq[String]): FunctionProto
  64. def withUnknownFields(__v: UnknownFieldSet): FunctionProto
  65. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  66. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    FunctionProto → GeneratedMessage
  67. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

Inherited from Updatable[FunctionProto]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped