Click or drag to resize

GraphDenseToDenseSetOperation Method

http://www.emgu.com
DenseToDenseSetOperation

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation DenseToDenseSetOperation(
	Output set1,
	Output set2,
	string set_operation,
	bool validate_indices = true,
	string opName = "DenseToDenseSetOperation"
)

Parameters

set1
Type: Emgu.TFOutput
Input to the operation.
set2
Type: Emgu.TFOutput
Input to the operation.
set_operation
Type: SystemString
set 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.DenseToDenseSetOperation(Emgu.TF.Output,Emgu.TF.Output,System.String,System.Boolean,System.String)"]

See Also