Click or drag to resize

GraphXlaBroadcastHelper Method

http://www.emgu.com
Helper operator for performing XLA-style broadcasts

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation XlaBroadcastHelper(
	Output lhs,
	Output rhs,
	Output broadcast_dims,
	string opName = "XlaBroadcastHelper"
)

Parameters

lhs
Type: Emgu.TFOutput
Input to the operation: the LHS input tensor
rhs
Type: Emgu.TFOutput
Input to the operation: the RHS input tensor
broadcast_dims
Type: Emgu.TFOutput
Input to the operation: an XLA-style broadcast dimension specification
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also