Click or drag to resize

GraphBroadcastGradientArgs Method

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

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

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). [1] r1(type: DtInvalid).
See Also