Click or drag to resize

GraphSendTPUEmbeddingGradients Method

http://www.emgu.com
SendTPUEmbeddingGradients

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation SendTPUEmbeddingGradients(
	Output inputs,
	Output learning_rates,
	string config,
	string opName = "SendTPUEmbeddingGradients"
)

Parameters

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

Return Value

Type: Operation

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

See Also