Click or drag to resize

GraphXlaSendTPUEmbeddingGradients Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation XlaSendTPUEmbeddingGradients(
	Output gradients,
	Output learning_rates,
	Output deduplication_data,
	string config,
	string opName = "XlaSendTPUEmbeddingGradients"
)

Parameters

gradients
Type: Emgu.TFOutput
Input to the operation.
learning_rates
Type: Emgu.TFOutput
Input to the operation.
deduplication_data
Type: Emgu.TFOutput
Input to the operation.
config
Type: SystemString
config
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also