Click or drag to resize

GraphResourceGatherNd Method

http://www.emgu.com
ResourceGatherNd

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation ResourceGatherNd(
	Output resource,
	Output indices,
	DataType dtype,
	string opName = "ResourceGatherNd"
)

Parameters

resource
Type: Emgu.TFOutput
Input to the operation.
indices
Type: Emgu.TFOutput
Input to the operation.
dtype
Type: Emgu.TFDataType
dtype
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also