Click or drag to resize

GraphRemoteFusedGraphExecute Method

http://www.emgu.com
RemoteFusedGraphExecute

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation RemoteFusedGraphExecute(
	Output inputs,
	DataType[] Toutputs,
	string serialized_remote_fused_graph_execute_info,
	string opName = "RemoteFusedGraphExecute"
)

Parameters

inputs
Type: Emgu.TFOutput
Input to the operation.
Toutputs
Type: Emgu.TFDataType
Toutputs
serialized_remote_fused_graph_execute_info
Type: SystemString
serialized remote fused graph execute info
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.RemoteFusedGraphExecute(Emgu.TF.Output,Emgu.TF.DataType[],System.String,System.String)"]

See Also