Click or drag to resize

GraphAny Method

http://www.emgu.com
Any

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

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.Any(Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.String)"]

See Also