Click or drag to resize

GraphPreventGradient Method

http://www.emgu.com
PreventGradient

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation PreventGradient(
	Output input,
	string message = null,
	string opName = "PreventGradient"
)

Parameters

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

Return Value

Type: Operation

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

See Also