Click or drag to resize

GraphStringToHashBucketStrong Method

http://www.emgu.com
StringToHashBucketStrong

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation StringToHashBucketStrong(
	Output input,
	long num_buckets,
	long[] key,
	string opName = "StringToHashBucketStrong"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
num_buckets
Type: SystemInt64
num buckets
key
Type: SystemInt64
key
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also