Click or drag to resize

GraphConditionalAccumulator Method

https://www.emgu.com/wiki/index.php/Emgu_TF
ConditionalAccumulator

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] handle(type: DtString).
See Also