Click or drag to resize

GraphMapUnstageNoKey Method

http://www.emgu.com
MapUnstageNoKey

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation MapUnstageNoKey(
	Output indices,
	DataType[] dtypes,
	long capacity = 0,
	long memory_limit = 0,
	string container = null,
	string shared_name = null,
	string opName = "MapUnstageNoKey"
)

Parameters

indices
Type: Emgu.TFOutput
Input to the operation.
dtypes
Type: Emgu.TFDataType
dtypes
capacity (Optional)
Type: SystemInt64
capacity
memory_limit (Optional)
Type: SystemInt64
memory limit
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also