Click or drag to resize

GraphLoadTPUEmbeddingRMSPropParameters Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation LoadTPUEmbeddingRMSPropParameters(
	Output parameters,
	Output ms,
	Output mom,
	long num_shards,
	long shard_id,
	long table_id = -1,
	string table_name = null,
	string config = null,
	string opName = "LoadTPUEmbeddingRMSPropParameters"
)

Parameters

parameters
Type: Emgu.TFOutput
Input to the operation.
ms
Type: Emgu.TFOutput
Input to the operation.
mom
Type: Emgu.TFOutput
Input to the operation.
num_shards
Type: SystemInt64
num shards
shard_id
Type: SystemInt64
shard id
table_id (Optional)
Type: SystemInt64
table id
table_name (Optional)
Type: SystemString
table name
config (Optional)
Type: SystemString
config
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also