Click or drag to resize

GraphSparseToDense Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SparseToDense(
	Output sparse_indices,
	Output output_shape,
	Output sparse_values,
	Output default_value,
	bool validate_indices = true,
	string opName = "SparseToDense"
)

Parameters

sparse_indices
Type: Emgu.TFOutput
Input to the operation.
output_shape
Type: Emgu.TFOutput
Input to the operation.
sparse_values
Type: Emgu.TFOutput
Input to the operation.
default_value
Type: Emgu.TFOutput
Input to the operation.
validate_indices (Optional)
Type: SystemBoolean
validate indices
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] dense(type: DtInvalid).
See Also