c
org.tensorflow.framework.graph_transfer_info
GraphTransferInfo
Companion object GraphTransferInfo
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphTransferInfo
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllConstNodeInfo(__vs: Iterable[GraphTransferConstNodeInfo]): GraphTransferInfo
- def addAllGraphInputNodeInfo(__vs: Iterable[GraphTransferGraphInputNodeInfo]): GraphTransferInfo
- def addAllGraphOutputNodeInfo(__vs: Iterable[GraphTransferGraphOutputNodeInfo]): GraphTransferInfo
- def addAllNodeInfo(__vs: Iterable[GraphTransferNodeInfo]): GraphTransferInfo
- def addAllNodeInputInfo(__vs: Iterable[GraphTransferNodeInputInfo]): GraphTransferInfo
- def addAllNodeOutputInfo(__vs: Iterable[GraphTransferNodeOutputInfo]): GraphTransferInfo
- def addConstNodeInfo(__vs: GraphTransferConstNodeInfo*): GraphTransferInfo
- def addGraphInputNodeInfo(__vs: GraphTransferGraphInputNodeInfo*): GraphTransferInfo
- def addGraphOutputNodeInfo(__vs: GraphTransferGraphOutputNodeInfo*): GraphTransferInfo
- def addNodeInfo(__vs: GraphTransferNodeInfo*): GraphTransferInfo
- def addNodeInputInfo(__vs: GraphTransferNodeInputInfo*): GraphTransferInfo
- def addNodeOutputInfo(__vs: GraphTransferNodeOutputInfo*): GraphTransferInfo
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearConstNodeInfo: GraphTransferInfo
- def clearGraphInputNodeInfo: GraphTransferInfo
- def clearGraphOutputNodeInfo: GraphTransferInfo
- def clearNodeInfo: GraphTransferInfo
- def clearNodeInputInfo: GraphTransferInfo
- def clearNodeOutputInfo: GraphTransferInfo
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: GraphTransferInfo.type
- Definition Classes
- GraphTransferInfo → GeneratedMessage
- val constNodeInfo: Seq[GraphTransferConstNodeInfo]
- val destination: Destination
- def discardUnknownFields: GraphTransferInfo
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- GraphTransferInfo → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- GraphTransferInfo → GeneratedMessage
- val graphInputNodeInfo: Seq[GraphTransferGraphInputNodeInfo]
- val graphOutputNodeInfo: Seq[GraphTransferGraphOutputNodeInfo]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeInfo: Seq[GraphTransferNodeInfo]
- val nodeInputInfo: Seq[GraphTransferNodeInputInfo]
- val nodeOutputInfo: Seq[GraphTransferNodeOutputInfo]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serializedSize: Int
- Definition Classes
- GraphTransferInfo → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- GraphTransferInfo → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[GraphTransferInfo, GraphTransferInfo]) ⇒ Mutation[GraphTransferInfo]*): GraphTransferInfo
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withConstNodeInfo(__v: Seq[GraphTransferConstNodeInfo]): GraphTransferInfo
- def withDestination(__v: Destination): GraphTransferInfo
- def withGraphInputNodeInfo(__v: Seq[GraphTransferGraphInputNodeInfo]): GraphTransferInfo
- def withGraphOutputNodeInfo(__v: Seq[GraphTransferGraphOutputNodeInfo]): GraphTransferInfo
- def withNodeInfo(__v: Seq[GraphTransferNodeInfo]): GraphTransferInfo
- def withNodeInputInfo(__v: Seq[GraphTransferNodeInputInfo]): GraphTransferInfo
- def withNodeOutputInfo(__v: Seq[GraphTransferNodeOutputInfo]): GraphTransferInfo
- def withUnknownFields(__v: UnknownFieldSet): GraphTransferInfo
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- GraphTransferInfo → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated