Click or drag to resize

GraphSparseCrossHashed Method

http://www.emgu.com
SparseCrossHashed

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

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

See Also