Click or drag to resize

GraphTPUPartitionedCall Method

http://www.emgu.com
TPUPartitionedCall

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation TPUPartitionedCall(
	Output args,
	Output device_ordinal,
	DataType[] Tout,
	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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also