Click or drag to resize

GraphTPUPartitionedCall Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TPUPartitionedCall(
	Output args,
	Output device_ordinal,
	DataType[] Tout,
	long autotuner_thresh = 0,
	string opName = "TPUPartitionedCall"
)

Parameters

args
Type: Emgu.TFOutput
Input to the operation.
device_ordinal
Type: Emgu.TFOutput
Input to the operation.
Tout
Type: Emgu.TFDataType
Tout
autotuner_thresh (Optional)
Type: SystemInt64
autotuner thresh
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also