Click or drag to resize

GraphRetrieveAllTPUEmbeddingParameters Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation RetrieveAllTPUEmbeddingParameters(
	long NumTables,
	string config,
	long num_shards,
	long shard_id,
	string opName = "RetrieveAllTPUEmbeddingParameters"
)

Parameters

NumTables
Type: SystemInt64
NumTables
config
Type: SystemString
config
num_shards
Type: SystemInt64
num shards
shard_id
Type: SystemInt64
shard id
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] parameters(type: DtFloat). [1] auxiliary1(type: DtFloat). [2] auxiliary2(type: DtFloat). [3] auxiliary3(type: DtFloat). [4] auxiliary4(type: DtFloat). [5] auxiliary5(type: DtFloat). [6] auxiliary6(type: DtFloat). [7] auxiliary7(type: DtFloat).
See Also