Click or drag to resize

GraphDestroyResourceOp Method

https://www.emgu.com/wiki/index.php/Emgu_TF
DestroyResourceOp

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation.
See Also