Click or drag to resize

GraphArgMin Method

http://www.emgu.com
ArgMin

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation ArgMin(
	Output input,
	Output dimension,
	Nullable<DataType> output_type = null,
	string opName = "ArgMin"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
dimension
Type: Emgu.TFOutput
Input to the operation.
output_type (Optional)
Type: SystemNullableDataType
output type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.ArgMin(Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also