Click or drag to resize

GraphConditionalAccumulator Method

http://www.emgu.com
ConditionalAccumulator

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation ConditionalAccumulator(
	DataType dtype,
	long[] shape,
	string container = null,
	string shared_name = null,
	string reduction_type = null,
	string opName = "ConditionalAccumulator"
)

Parameters

dtype
Type: Emgu.TFDataType
dtype
shape
Type: SystemInt64
shape
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
reduction_type (Optional)
Type: SystemString
reduction type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also