Click or drag to resize

GraphXlaHostCompute Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation XlaHostCompute(
	Output inputs,
	DataType[] Toutputs,
	string[] ancestors,
	long[][] shapes,
	string key,
	string send_key = null,
	string recv_key = null,
	long cost_estimate_ns = 1000000,
	long tpu_core = 0,
	string opName = "XlaHostCompute"
)

Parameters

inputs
Type: Emgu.TFOutput
Input to the operation.
Toutputs
Type: Emgu.TFDataType
Toutputs
ancestors
Type: SystemString
ancestors
shapes
Type: SystemInt64
shapes
key
Type: SystemString
key
send_key (Optional)
Type: SystemString
send key
recv_key (Optional)
Type: SystemString
recv key
cost_estimate_ns (Optional)
Type: SystemInt64
cost estimate ns
tpu_core (Optional)
Type: SystemInt64
tpu core
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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