Click or drag to resize

GraphMutableHashTableOfTensorsV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation MutableHashTableOfTensorsV2(
	DataType key_dtype,
	DataType value_dtype,
	string container = null,
	string shared_name = null,
	bool use_node_name_sharing = false,
	long[] value_shape = null,
	string opName = "MutableHashTableOfTensorsV2"
)

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
value_shape (Optional)
Type: SystemInt64
value shape
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] table_handle(type: DtResource).
See Also