Click or drag to resize

GraphPartitionedCall Method

https://www.emgu.com/wiki/index.php/Emgu_TF
PartitionedCall

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

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
The operation, where: [0] output(type: DtInvalid).
See Also