final case class GraphTransferInfo(nodeInfo: Seq[GraphTransferNodeInfo] = _root_.scala.Seq.empty, constNodeInfo: Seq[GraphTransferConstNodeInfo] = _root_.scala.Seq.empty, nodeInputInfo: Seq[GraphTransferNodeInputInfo] = _root_.scala.Seq.empty, nodeOutputInfo: Seq[GraphTransferNodeOutputInfo] = _root_.scala.Seq.empty, graphInputNodeInfo: Seq[GraphTransferGraphInputNodeInfo] = _root_.scala.Seq.empty, graphOutputNodeInfo: Seq[GraphTransferGraphOutputNodeInfo] = _root_.scala.Seq.empty, destination: Destination = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[GraphTransferInfo] with Product with Serializable

Protocol buffer representing a handle to a tensorflow resource. Handles are not valid across executions, but can be serialized back and forth from within a single run.

graphInputNodeInfo

Input Node parameters of transferred graph

destination

Destination of graph transfer

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[GraphTransferInfo], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphTransferInfo
  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 GraphTransferInfo(nodeInfo: Seq[GraphTransferNodeInfo] = _root_.scala.Seq.empty, constNodeInfo: Seq[GraphTransferConstNodeInfo] = _root_.scala.Seq.empty, nodeInputInfo: Seq[GraphTransferNodeInputInfo] = _root_.scala.Seq.empty, nodeOutputInfo: Seq[GraphTransferNodeOutputInfo] = _root_.scala.Seq.empty, graphInputNodeInfo: Seq[GraphTransferGraphInputNodeInfo] = _root_.scala.Seq.empty, graphOutputNodeInfo: Seq[GraphTransferGraphOutputNodeInfo] = _root_.scala.Seq.empty, destination: Destination = ..., unknownFields: UnknownFieldSet = ...)

    graphInputNodeInfo

    Input Node parameters of transferred graph

    destination

    Destination of graph transfer

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 addAllConstNodeInfo(__vs: Iterable[GraphTransferConstNodeInfo]): GraphTransferInfo
  5. def addAllGraphInputNodeInfo(__vs: Iterable[GraphTransferGraphInputNodeInfo]): GraphTransferInfo
  6. def addAllGraphOutputNodeInfo(__vs: Iterable[GraphTransferGraphOutputNodeInfo]): GraphTransferInfo
  7. def addAllNodeInfo(__vs: Iterable[GraphTransferNodeInfo]): GraphTransferInfo
  8. def addAllNodeInputInfo(__vs: Iterable[GraphTransferNodeInputInfo]): GraphTransferInfo
  9. def addAllNodeOutputInfo(__vs: Iterable[GraphTransferNodeOutputInfo]): GraphTransferInfo
  10. def addConstNodeInfo(__vs: GraphTransferConstNodeInfo*): GraphTransferInfo
  11. def addGraphInputNodeInfo(__vs: GraphTransferGraphInputNodeInfo*): GraphTransferInfo
  12. def addGraphOutputNodeInfo(__vs: GraphTransferGraphOutputNodeInfo*): GraphTransferInfo
  13. def addNodeInfo(__vs: GraphTransferNodeInfo*): GraphTransferInfo
  14. def addNodeInputInfo(__vs: GraphTransferNodeInputInfo*): GraphTransferInfo
  15. def addNodeOutputInfo(__vs: GraphTransferNodeOutputInfo*): GraphTransferInfo
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clearConstNodeInfo: GraphTransferInfo
  18. def clearGraphInputNodeInfo: GraphTransferInfo
  19. def clearGraphOutputNodeInfo: GraphTransferInfo
  20. def clearNodeInfo: GraphTransferInfo
  21. def clearNodeInputInfo: GraphTransferInfo
  22. def clearNodeOutputInfo: GraphTransferInfo
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  24. def companion: GraphTransferInfo.type
    Definition Classes
    GraphTransferInfo → GeneratedMessage
  25. val constNodeInfo: Seq[GraphTransferConstNodeInfo]
  26. val destination: Destination
  27. def discardUnknownFields: GraphTransferInfo
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    GraphTransferInfo → GeneratedMessage
  31. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    GraphTransferInfo → GeneratedMessage
  32. val graphInputNodeInfo: Seq[GraphTransferGraphInputNodeInfo]
  33. val graphOutputNodeInfo: Seq[GraphTransferGraphOutputNodeInfo]
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. val nodeInfo: Seq[GraphTransferNodeInfo]
  37. val nodeInputInfo: Seq[GraphTransferNodeInputInfo]
  38. val nodeOutputInfo: Seq[GraphTransferNodeOutputInfo]
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def serializedSize: Int
    Definition Classes
    GraphTransferInfo → GeneratedMessage
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  44. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  45. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  46. def toProtoString: String
    Definition Classes
    GraphTransferInfo → GeneratedMessage
  47. val unknownFields: UnknownFieldSet
  48. def update(ms: (Lens[GraphTransferInfo, GraphTransferInfo]) ⇒ Mutation[GraphTransferInfo]*): GraphTransferInfo
    Definition Classes
    Updatable
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withConstNodeInfo(__v: Seq[GraphTransferConstNodeInfo]): GraphTransferInfo
  53. def withDestination(__v: Destination): GraphTransferInfo
  54. def withGraphInputNodeInfo(__v: Seq[GraphTransferGraphInputNodeInfo]): GraphTransferInfo
  55. def withGraphOutputNodeInfo(__v: Seq[GraphTransferGraphOutputNodeInfo]): GraphTransferInfo
  56. def withNodeInfo(__v: Seq[GraphTransferNodeInfo]): GraphTransferInfo
  57. def withNodeInputInfo(__v: Seq[GraphTransferNodeInputInfo]): GraphTransferInfo
  58. def withNodeOutputInfo(__v: Seq[GraphTransferNodeOutputInfo]): GraphTransferInfo
  59. def withUnknownFields(__v: UnknownFieldSet): GraphTransferInfo
  60. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    GraphTransferInfo → GeneratedMessage
  62. 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[GraphTransferInfo]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped