Click or drag to resize

GraphBroadcastArgs Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation BroadcastArgs(
	Output s0,
	Output s1,
	string opName = "BroadcastArgs"
)

Parameters

s0
Type: Emgu.TFOutput
Input to the operation.
s1
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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