Click or drag to resize

GraphLoadAllTPUEmbeddingParameters Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation LoadAllTPUEmbeddingParameters(
	Output parameters,
	Output auxiliary1,
	Output auxiliary2,
	Output auxiliary3,
	Output auxiliary4,
	Output auxiliary5,
	Output auxiliary6,
	Output auxiliary7,
	string config,
	long num_shards,
	long shard_id,
	string opName = "LoadAllTPUEmbeddingParameters"
)

Parameters

parameters
Type: Emgu.TFOutput
Input to the operation.
auxiliary1
Type: Emgu.TFOutput
Input to the operation.
auxiliary2
Type: Emgu.TFOutput
Input to the operation.
auxiliary3
Type: Emgu.TFOutput
Input to the operation.
auxiliary4
Type: Emgu.TFOutput
Input to the operation.
auxiliary5
Type: Emgu.TFOutput
Input to the operation.
auxiliary6
Type: Emgu.TFOutput
Input to the operation.
auxiliary7
Type: Emgu.TFOutput
Input to the operation.
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.
See Also