Click or drag to resize

GraphSparseCrossHashed Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.5.0.1274
Syntax
public Operation SparseCrossHashed(
	Output indices,
	Output values,
	Output shapes,
	Output dense_inputs,
	Output num_buckets,
	Output strong_hash,
	Output salt,
	string opName = "SparseCrossHashed"
)

Parameters

indices
Type: Emgu.TFOutput
Input to the operation.
values
Type: Emgu.TFOutput
Input to the operation.
shapes
Type: Emgu.TFOutput
Input to the operation.
dense_inputs
Type: Emgu.TFOutput
Input to the operation.
num_buckets
Type: Emgu.TFOutput
Input to the operation.
strong_hash
Type: Emgu.TFOutput
Input to the operation.
salt
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output_indices(type: DtInt64). [1] output_values(type: DtInt64). [2] output_shape(type: DtInt64).
See Also