Click or drag to resize

GraphTPUReplicatedOutput Method

http://www.emgu.com
TPUReplicatedOutput

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation TPUReplicatedOutput(
	Output input,
	long num_replicas,
	string opName = "TPUReplicatedOutput"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
num_replicas
Type: SystemInt64
num replicas
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also