Click or drag to resize

GraphXlaHostCompute Method

http://www.emgu.com
XlaHostCompute

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation XlaHostCompute(
	Output inputs,
	DataType[] Toutputs,
	string[] ancestors,
	long[][] shapes,
	string key,
	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
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

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

See Also