Click or drag to resize

GraphResourceSparseApplyRMSProp Method

http://www.emgu.com
ResourceSparseApplyRMSProp

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation ResourceSparseApplyRMSProp(
	Output var,
	Output ms,
	Output mom,
	Output lr,
	Output rho,
	Output momentum,
	Output epsilon,
	Output grad,
	Output indices,
	bool use_locking = false,
	string opName = "ResourceSparseApplyRMSProp"
)

Parameters

var
Type: Emgu.TFOutput
Input to the operation.
ms
Type: Emgu.TFOutput
Input to the operation.
mom
Type: Emgu.TFOutput
Input to the operation.
lr
Type: Emgu.TFOutput
Input to the operation.
rho
Type: Emgu.TFOutput
Input to the operation.
momentum
Type: Emgu.TFOutput
Input to the operation.
epsilon
Type: Emgu.TFOutput
Input to the operation.
grad
Type: Emgu.TFOutput
Input to the operation.
indices
Type: Emgu.TFOutput
Input to the operation.
use_locking (Optional)
Type: SystemBoolean
use locking
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also