Click or drag to resize

GraphResourceCountUpTo Method

http://www.emgu.com
ResourceCountUpTo

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation ResourceCountUpTo(
	Output resource,
	long limit,
	DataType T,
	string opName = "ResourceCountUpTo"
)

Parameters

resource
Type: Emgu.TFOutput
Input to the operation.
limit
Type: SystemInt64
limit
T
Type: Emgu.TFDataType
T
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also