Click or drag to resize

GraphLoadTPUEmbeddingAdadeltaParametersGradAccumDebug Method

http://www.emgu.com
LoadTPUEmbeddingAdadeltaParametersGradAccumDebug

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation LoadTPUEmbeddingAdadeltaParametersGradAccumDebug(
	Output parameters,
	Output accumulators,
	Output updates,
	Output gradient_accumulators,
	long num_shards,
	long shard_id,
	long table_id = -1,
	string table_name = null,
	string opName = "LoadTPUEmbeddingAdadeltaParametersGradAccumDebug"
)

Parameters

parameters
Type: Emgu.TFOutput
Input to the operation.
accumulators
Type: Emgu.TFOutput
Input to the operation.
updates
Type: Emgu.TFOutput
Input to the operation.
gradient_accumulators
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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also