package remote_fused_graph_execute_info
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
RemoteFusedGraphExecuteInfo(remoteGraph: Option[GraphDef] = _root_.scala.None, graphInputNodeName: Seq[String] = _root_.scala.Seq.empty, graphOutputNodeName: Seq[String] = _root_.scala.Seq.empty, executorName: String = "", serializedExecutorParameters: ByteString = ..., defaultGraphInputTensorShape: Seq[TensorShapeTypeProto] = _root_.scala.Seq.empty, defaultGraphOutputTensorShape: Seq[TensorShapeTypeProto] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[RemoteFusedGraphExecuteInfo] with Product with Serializable
Protocol buffer representing a handle to a tensorflow resource.
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.
- remoteGraph
Definition of remote graph
- graphInputNodeName
Remote fused graph input node name
- graphOutputNodeName
Remote fused graph output node name
- executorName
Executor's name
- serializedExecutorParameters
Optional: Parameters given to the executor
- defaultGraphInputTensorShape
Optional: Default graph input tensor shape used to allocate memory before executing op
- defaultGraphOutputTensorShape
Optional: Default graph input tensor shape used to allocate memory before executing op TODO(satok): Remote output tensor shape once shape information is stored in NodeDef
- Annotations
- @SerialVersionUID()
Value Members
- object RemoteFusedGraphExecuteInfo extends GeneratedMessageCompanion[RemoteFusedGraphExecuteInfo]
- object RemoteFusedGraphExecuteInfoProto extends GeneratedFileObject