Click or drag to resize

GraphAnonymousMutableHashTableOfTensors Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.8.0.1418
Syntax
public Operation AnonymousMutableHashTableOfTensors(
	DataType key_dtype,
	DataType value_dtype,
	long[] value_shape = null,
	string opName = "AnonymousMutableHashTableOfTensors"
)

Parameters

key_dtype
Type: Emgu.TFDataType
key dtype
value_dtype
Type: Emgu.TFDataType
value dtype
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