Click or drag to resize

GraphMutableHashTableOfTensors Method

http://www.emgu.com
MutableHashTableOfTensors

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation MutableHashTableOfTensors(
	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 = "MutableHashTableOfTensors"
)

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

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

See Also