Click or drag to resize

GraphSparseToDense Method

http://www.emgu.com
SparseToDense

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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

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

See Also