Click or drag to resize

GraphTPUPartitionedCall Method

http://www.emgu.com
TPUPartitionedCall

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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

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

See Also