Click or drag to resize

GraphDestroyResourceOp Method

http://www.emgu.com
DestroyResourceOp

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation DestroyResourceOp(
	Output resource,
	bool ignore_lookup_error = true,
	string opName = "DestroyResourceOp"
)

Parameters

resource
Type: Emgu.TFOutput
Input to the operation.
ignore_lookup_error (Optional)
Type: SystemBoolean
ignore lookup error
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also