Click or drag to resize

GraphEuclideanNorm Method

http://www.emgu.com
EuclideanNorm

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation EuclideanNorm(
	Output input,
	Output reduction_indices,
	bool keep_dims = false,
	string opName = "EuclideanNorm"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
reduction_indices
Type: Emgu.TFOutput
Input to the operation.
keep_dims (Optional)
Type: SystemBoolean
keep dims
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also