Click or drag to resize

GraphXlaReduce Method

http://www.emgu.com
Wraps the XLA Reduce operator, documented at

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation XlaReduce(
	Output input,
	Output init_value,
	long[] dimensions_to_reduce,
	string opName = "XlaReduce"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation: the input tensor
init_value
Type: Emgu.TFOutput
Input to the operation: a scalar representing the initial value for the reduction
dimensions_to_reduce
Type: SystemInt64
dimension numbers over which to reduce
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also