Click or drag to resize

GraphXlaLaunchV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
XLA Launch Op. For use by the XLA JIT only.

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation XlaLaunchV2(
	Output args,
	DataType[] Tresults,
	long[] constants,
	long[] resources,
	string opName = "XlaLaunchV2"
)

Parameters

args
Type: Emgu.TFOutput
Input to the operation.
Tresults
Type: Emgu.TFDataType
Tresults
constants
Type: SystemInt64
constants
resources
Type: SystemInt64
resources
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] results(type: DtInvalid).
See Also