Click or drag to resize

GraphDenseToDenseSetOperation Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] result_indices(type: DtInt64). [1] result_values(type: DtInvalid). [2] result_shape(type: DtInt64).
See Also