Click or drag to resize

GraphMutableDenseHashTableV2 Method

http://www.emgu.com
MutableDenseHashTableV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation MutableDenseHashTableV2(
	Output empty_key,
	Output deleted_key,
	DataType value_dtype,
	string container = null,
	string shared_name = null,
	bool use_node_name_sharing = false,
	long[] value_shape = null,
	long initial_num_buckets = 131072,
	float max_load_factor = 0.8f,
	string opName = "MutableDenseHashTableV2"
)

Parameters

empty_key
Type: Emgu.TFOutput
Input to the operation.
deleted_key
Type: Emgu.TFOutput
Input to the operation.
value_dtype
Type: Emgu.TFDataType
value dtype
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
use_node_name_sharing (Optional)
Type: SystemBoolean
use node name sharing
value_shape (Optional)
Type: SystemInt64
value shape
initial_num_buckets (Optional)
Type: SystemInt64
initial num buckets
max_load_factor (Optional)
Type: SystemSingle
max load factor
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also