Click or drag to resize

GraphMutableHashTableV2 Method

http://www.emgu.com
MutableHashTableV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation MutableHashTableV2(
	DataType key_dtype,
	DataType value_dtype,
	string container = null,
	string shared_name = null,
	bool use_node_name_sharing = false,
	string opName = "MutableHashTableV2"
)

Parameters

key_dtype
Type: Emgu.TFDataType
key dtype
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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also