Class/Object

io.hydrosphere.serving.onnx.onnx

GraphProto

Related Docs: object GraphProto | package onnx

Permalink

final case class GraphProto(node: Seq[NodeProto] = _root_.scala.collection.Seq.empty, name: String = "", initializer: Seq[TensorProto] = _root_.scala.collection.Seq.empty, docString: String = "", input: Seq[ValueInfoProto] = _root_.scala.collection.Seq.empty, output: Seq[ValueInfoProto] = _root_.scala.collection.Seq.empty, valueInfo: Seq[ValueInfoProto] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[GraphProto] with Updatable[GraphProto] with Product with Serializable

Graphs

A graph defines the computational logic of a model and is comprised of a parameterized list of nodes that form a directed acyclic graph based on their inputs and outputs. This is the equivalent of the "network" or "graph" in many deep learning frameworks.

node

The nodes in the graph, sorted topologically.

name

The name of the graph. namespace Graph

initializer

A list of named tensor values, used to specify constant inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list.

docString

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

input

The inputs and outputs of the graph.

valueInfo

Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.

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

Instance Constructors

  1. new GraphProto(node: Seq[NodeProto] = _root_.scala.collection.Seq.empty, name: String = "", initializer: Seq[TensorProto] = _root_.scala.collection.Seq.empty, docString: String = "", input: Seq[ValueInfoProto] = _root_.scala.collection.Seq.empty, output: Seq[ValueInfoProto] = _root_.scala.collection.Seq.empty, valueInfo: Seq[ValueInfoProto] = _root_.scala.collection.Seq.empty)

    Permalink

    node

    The nodes in the graph, sorted topologically.

    name

    The name of the graph. namespace Graph

    initializer

    A list of named tensor values, used to specify constant inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list.

    docString

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

    input

    The inputs and outputs of the graph.

    valueInfo

    Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllInitializer(__vs: TraversableOnce[TensorProto]): GraphProto

    Permalink
  5. def addAllInput(__vs: TraversableOnce[ValueInfoProto]): GraphProto

    Permalink
  6. def addAllNode(__vs: TraversableOnce[NodeProto]): GraphProto

    Permalink
  7. def addAllOutput(__vs: TraversableOnce[ValueInfoProto]): GraphProto

    Permalink
  8. def addAllValueInfo(__vs: TraversableOnce[ValueInfoProto]): GraphProto

    Permalink
  9. def addInitializer(__vs: TensorProto*): GraphProto

    Permalink
  10. def addInput(__vs: ValueInfoProto*): GraphProto

    Permalink
  11. def addNode(__vs: NodeProto*): GraphProto

    Permalink
  12. def addOutput(__vs: ValueInfoProto*): GraphProto

    Permalink
  13. def addValueInfo(__vs: ValueInfoProto*): GraphProto

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clearInitializer: GraphProto

    Permalink
  16. def clearInput: GraphProto

    Permalink
  17. def clearNode: GraphProto

    Permalink
  18. def clearOutput: GraphProto

    Permalink
  19. def clearValueInfo: GraphProto

    Permalink
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def companion: GraphProto.type

    Permalink
    Definition Classes
    GraphProto → GeneratedMessage
  22. val docString: String

    Permalink

    A human-readable documentation for this graph.

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

  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    GraphProto → GeneratedMessage
  27. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    GraphProto → GeneratedMessage
  28. val initializer: Seq[TensorProto]

    Permalink

    A list of named tensor values, used to specify constant inputs of the graph.

    A list of named tensor values, used to specify constant inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list.

  29. val input: Seq[ValueInfoProto]

    Permalink

    The inputs and outputs of the graph.

  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def mergeFrom(_input__: CodedInputStream): GraphProto

    Permalink
    Definition Classes
    GraphProto → Message
  32. val name: String

    Permalink

    The name of the graph.

    The name of the graph. namespace Graph

  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. val node: Seq[NodeProto]

    Permalink

    The nodes in the graph, sorted topologically.

  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. val output: Seq[ValueInfoProto]

    Permalink
  38. final def serializedSize: Int

    Permalink
    Definition Classes
    GraphProto → GeneratedMessage
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  41. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  42. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  43. def toProtoString: String

    Permalink
    Definition Classes
    GraphProto → GeneratedMessage
  44. def update(ms: (Lens[GraphProto, GraphProto]) ⇒ Mutation[GraphProto]*): GraphProto

    Permalink
    Definition Classes
    Updatable
  45. val valueInfo: Seq[ValueInfoProto]

    Permalink

    Information for the values in the graph.

    Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.

  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def withDocString(__v: String): GraphProto

    Permalink
  50. def withInitializer(__v: Seq[TensorProto]): GraphProto

    Permalink
  51. def withInput(__v: Seq[ValueInfoProto]): GraphProto

    Permalink
  52. def withName(__v: String): GraphProto

    Permalink
  53. def withNode(__v: Seq[NodeProto]): GraphProto

    Permalink
  54. def withOutput(__v: Seq[ValueInfoProto]): GraphProto

    Permalink
  55. def withValueInfo(__v: Seq[ValueInfoProto]): GraphProto

    Permalink
  56. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    GraphProto → GeneratedMessage
  58. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[GraphProto]

Inherited from Message[GraphProto]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped