Click or drag to resize

GraphSparseDenseCwiseAdd Method

http://www.emgu.com
SparseDenseCwiseAdd

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation SparseDenseCwiseAdd(
	Output sp_indices,
	Output sp_values,
	Output sp_shape,
	Output dense,
	string opName = "SparseDenseCwiseAdd"
)

Parameters

sp_indices
Type: Emgu.TFOutput
Input to the operation.
sp_values
Type: Emgu.TFOutput
Input to the operation.
sp_shape
Type: Emgu.TFOutput
Input to the operation.
dense
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also