Click or drag to resize

GraphDenseCountSparseOutput Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DenseCountSparseOutput(
	Output values,
	Output weights,
	bool binary_output,
	long minlength = -1,
	long maxlength = -1,
	string opName = "DenseCountSparseOutput"
)

Parameters

values
Type: Emgu.TFOutput
Input to the operation.
weights
Type: Emgu.TFOutput
Input to the operation.
binary_output
Type: SystemBoolean
binary output
minlength (Optional)
Type: SystemInt64
minlength
maxlength (Optional)
Type: SystemInt64
maxlength
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output_indices(type: DtInt64). [1] output_values(type: DtInvalid). [2] output_dense_shape(type: DtInt64).
See Also