Click or drag to resize

GraphStatefulPartitionedCall Method

http://www.emgu.com
StatefulPartitionedCall

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation StatefulPartitionedCall(
	Output args,
	DataType[] Tout,
	string config = null,
	string config_proto = null,
	string executor_type = null,
	string opName = "StatefulPartitionedCall"
)

Parameters

args
Type: Emgu.TFOutput
Input to the operation.
Tout
Type: Emgu.TFDataType
Tout
config (Optional)
Type: SystemString
config
config_proto (Optional)
Type: SystemString
config proto
executor_type (Optional)
Type: SystemString
executor type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also